blob: 2dae1b4592c0f33ef74f49cdcbe45a8d8b805a94 [file] [log] [blame]
// This checks that RUST_TEST_THREADS not being 1, 2, ... is detected
// properly.
// error-pattern:should be a positive integer
// compile-flags: --test
// exec-env:RUST_TEST_THREADS=foo
// ignore-emscripten
#[test]
fn do_nothing() {}