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 746f7e1 commit d0b93fdCopy full SHA for d0b93fd
src/tests/intro.md
@@ -26,9 +26,7 @@ that give more details.
26
27
- [`ui`](./adding.html#ui) – tests that check the exact
28
stdout/stderr from compilation and/or running the test
29
-- `run-pass` – tests that are expected to compile and execute
30
- successfully (no panics)
31
- - `run-pass-valgrind` – tests that ought to run with valgrind
+- `run-pass-valgrind` – tests that ought to run with valgrind
32
- `run-fail` – tests that are expected to compile but then panic
33
during execution
34
- `compile-fail` – tests that are expected to fail compilation.
0 commit comments