summary refs log tree commit diff
path: root/src/test/run-fail/test-tasks-invalid-value.rs
blob: 2dae1b4592c0f33ef74f49cdcbe45a8d8b805a94 (plain)
1
2
3
4
5
6
7
8
9
10
// 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() {}