Remove reference to run-pass tests

This commit is contained in:
Laurențiu Nicola 2019-12-03 21:26:34 +02:00 committed by Who? Me?!
parent 0406d741bc
commit f2f3dfca5c
1 changed files with 1 additions and 3 deletions

View File

@ -26,9 +26,7 @@ that give more details.
- [`ui`](./adding.html#ui) tests that check the exact
stdout/stderr from compilation and/or running the test
- `run-pass` tests that are expected to compile and execute
successfully (no panics)
- `run-pass-valgrind` tests that ought to run with valgrind
- `run-pass-valgrind` tests that ought to run with valgrind
- `run-fail` tests that are expected to compile but then panic
during execution
- `compile-fail` tests that are expected to fail compilation.