Skip to content

Commit f002640

Browse files
committed
Auto merge of #23843 - apasel422:thrads, r=steveklabnik
2 parents f55d03c + bf9c27d commit f002640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtest/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ The FILTER regex is tested against the name of all tests to run, and
340340
only those tests that match are run.
341341
342342
By default, all tests are run in parallel. This can be altered with the
343-
RUST_TEST_THRADS environment variable when running tests (set it to 1).
343+
RUST_TEST_THREADS environment variable when running tests (set it to 1).
344344
345345
All tests have their standard output and standard error captured by default.
346346
This can be overridden with the --nocapture flag or the RUST_TEST_NOCAPTURE=1

0 commit comments

Comments
 (0)