mention caveat about should-fail in docs

This commit is contained in:
Niko Matsakis 2016-03-03 11:18:42 -05:00
parent aa19b41f25
commit fc4d0ecf20

View 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