]> git.lizzy.rs Git - rust.git/blobdiff - COMPILER_TESTS.md
Auto merge of #31920 - jseyfried:fix_spurious_privacy_error, r=nikomatsakis
[rust.git] / COMPILER_TESTS.md
index 9b63fe3fba322903c33e0bac9e960c03b8a0376b..1cae4ef090fe0b6fa6d9a69bfbaa5c5533eadfe4 100644 (file)
@@ -42,9 +42,9 @@ whole, instead of just a few lines inside the test.
 * `ignore-test` always ignores the test
 * `ignore-lldb` and `ignore-gdb` will skip the debuginfo tests
 * `min-{gdb,lldb}-version`
-* `should-panic` indicates that the test should fail; used for "meta testing",
+* `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