Skip to content

Commit df31868

Browse files
committed
Update TESTNAME description
1 parent a5e491f commit df31868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Some common make targets are:
131131
& everything builds in the correct manner.
132132
- `make check-stage1-std NO_REBUILD=1` - test the standard library without
133133
rebuilding the entire compiler
134-
- `make check TESTNAME=<substring-of-test-name>` - Run a single test file
134+
- `make check TESTNAME=<substring-of-test-name>` - Run a matching set of tests.
135135
- `TESTNAME` should be a substring of the tests to match against e.g. it could
136136
be the fully qualified test name, or just a part of it.
137137
`TESTNAME=collections::hash::map::test_map::test_capacity_not_less_than_len`

0 commit comments

Comments
 (0)