diff options
Diffstat (limited to 'tests/ui/process-termination/process-termination-simple.rs')
| -rw-r--r-- | tests/ui/process-termination/process-termination-simple.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/process-termination/process-termination-simple.rs b/tests/ui/process-termination/process-termination-simple.rs index 63eb2c74706..8f5f185b7f9 100644 --- a/tests/ui/process-termination/process-termination-simple.rs +++ b/tests/ui/process-termination/process-termination-simple.rs @@ -1,7 +1,7 @@ // program should terminate when std::process::exit is called from any thread //@ run-pass -//@ ignore-emscripten no threads support +//@ needs-threads use std::{process, thread}; |
