]> git.lizzy.rs Git - rust.git/blobdiff - COMPILER_TESTS.md
Rollup merge of #37224 - petrochenkov:nz, r=eddyb
[rust.git] / COMPILER_TESTS.md
index 3f91c3eb94998097954b17eafc78a3d2a81160f1..91975c1f9ed9a312f978dcb4478d6b2f977c4efb 100644 (file)
@@ -44,7 +44,7 @@ whole, instead of just a few lines inside the test.
 * `min-{gdb,lldb}-version`
 * `should-fail` indicates that the test should fail; used for "meta testing",
   where we test the compiletest program itself to check that it will generate
-  errors in appropriate scenarios
+  errors in appropriate scenarios. This header is ignored for pretty-printer tests.
 
 ## Revisions
 
@@ -77,7 +77,7 @@ fn test_foo() {
 }
 ```
 
-Note that not all headers have meaning when customized too a revision.
+Note that not all headers have meaning when customized to a revision.
 For example, the `ignore-test` header (and all "ignore" headers)
 currently only apply to the test as a whole, not to particular
 revisions. The only headers that are intended to really work when