We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c207e4c commit 5dfe4f2Copy full SHA for 5dfe4f2
src/tests/intro.md
@@ -27,7 +27,7 @@ that give more details.
27
- [`ui`](./tests/adding.html#ui) -- tests that check the exact stdout/stderr from compilation
28
and/or running the test
29
- `run-pass` -- tests that are expected to compile and execute successfully (no panics)
30
- - `run-pass-valgrind` -- tests that ought to run with valrind
+ - `run-pass-valgrind` -- tests that ought to run with valgrind
31
- `run-fail` -- tests that are expected to compile but then panic during execution
32
- `compile-fail` -- tests that are expected to fail compilation.
33
- `parse-fail` -- tests that are expected to fail to parse
0 commit comments