diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2016-03-03 11:18:42 -0500 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2016-03-03 11:18:42 -0500 |
| commit | fc4d0ecf20103e6f394e8771d11373e15ce70501 (patch) | |
| tree | 5b659ce73b853a227a74d59a94ea106db3d53f5b | |
| parent | aa19b41f2549b8456c3f99200d819a726b2c5aab (diff) | |
| download | rust-fc4d0ecf20103e6f394e8771d11373e15ce70501.tar.gz rust-fc4d0ecf20103e6f394e8771d11373e15ce70501.zip | |
mention caveat about should-fail in docs
| -rw-r--r-- | COMPILER_TESTS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/COMPILER_TESTS.md b/COMPILER_TESTS.md index 3f91c3eb949..1cae4ef090f 100644 --- a/COMPILER_TESTS.md +++ b/COMPILER_TESTS.md @@ -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 |
