From c991aa4bfb69038674bf4913be0e0b7158b4cdd9 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 13 Feb 2020 16:04:28 -0300 Subject: [PATCH] Avoid as of this writing given that everything is as of this writing :) --- src/doc/rustc-dev-guide/src/tests/intro.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/doc/rustc-dev-guide/src/tests/intro.md b/src/doc/rustc-dev-guide/src/tests/intro.md index e0ccfdb44fea..cdb22a19cf42 100644 --- a/src/doc/rustc-dev-guide/src/tests/intro.md +++ b/src/doc/rustc-dev-guide/src/tests/intro.md @@ -20,9 +20,9 @@ a distinct mode. [`src/test`]: https://github.com/rust-lang/rust/tree/master/src/test -Here is a brief summary of the test suites as of this writing and what -they mean. In some cases, the test suites are linked to parts of the manual -that give more details. +Here is a brief summary of the test suites and what they mean. In some +cases, the test suites are linked to parts of the manual that give more +details. - [`ui`](./adding.html#ui) – tests that check the exact stdout/stderr from compilation and/or running the test