]> git.lizzy.rs Git - rust.git/blob - src/test/run-fail/test-tasks-invalid-value.rs
Use better bound names in `-Zverbose` mode
[rust.git] / src / test / run-fail / test-tasks-invalid-value.rs
1 // This checks that RUST_TEST_THREADS not being 1, 2, ... is detected
2 // properly.
3
4 // error-pattern:should be a positive integer
5 // compile-flags: --test
6 // exec-env:RUST_TEST_THREADS=foo
7 // ignore-emscripten
8
9 #[test]
10 fn do_nothing() {}