Skip to content

Commit b171413

Browse files
committed
std::rt: Rename RUST_TEST_THREADS to RUST_RT_TEST_THREADS
1 parent 93c270c commit b171413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/rt/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub fn run_in_mt_newsched_task(f: ~fn()) {
6969
let f_cell = Cell::new(f);
7070

7171
do run_in_bare_thread {
72-
let nthreads = match os::getenv("RUST_TEST_THREADS") {
72+
let nthreads = match os::getenv("RUST_RT_TEST_THREADS") {
7373
Some(nstr) => FromStr::from_str(nstr).get(),
7474
None => {
7575
// Using more threads than cores in test code

0 commit comments

Comments
 (0)