Skip to content

Commit 5dfe4f2

Browse files
shanavas786mark-i-m
authored andcommitted
fix typo
1 parent c207e4c commit 5dfe4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ that give more details.
2727
- [`ui`](./tests/adding.html#ui) -- tests that check the exact stdout/stderr from compilation
2828
and/or running the test
2929
- `run-pass` -- tests that are expected to compile and execute successfully (no panics)
30-
- `run-pass-valgrind` -- tests that ought to run with valrind
30+
- `run-pass-valgrind` -- tests that ought to run with valgrind
3131
- `run-fail` -- tests that are expected to compile but then panic during execution
3232
- `compile-fail` -- tests that are expected to fail compilation.
3333
- `parse-fail` -- tests that are expected to fail to parse

0 commit comments

Comments
 (0)