Skip to content

Commit d0b93fd

Browse files
lnicolamark-i-m
authored andcommitted
Remove reference to run-pass tests
1 parent 746f7e1 commit d0b93fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/tests/intro.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ that give more details.
2626

2727
- [`ui`](./adding.html#ui) – tests that check the exact
2828
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
29+
- `run-pass-valgrind` – tests that ought to run with valgrind
3230
- `run-fail` – tests that are expected to compile but then panic
3331
during execution
3432
- `compile-fail` – tests that are expected to fail compilation.

0 commit comments

Comments
 (0)