diff options
Diffstat (limited to 'tests/ui/panics/panic-task-name-none.rs')
| -rw-r--r-- | tests/ui/panics/panic-task-name-none.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/ui/panics/panic-task-name-none.rs b/tests/ui/panics/panic-task-name-none.rs index 7eb974bde4c..8695771ff5e 100644 --- a/tests/ui/panics/panic-task-name-none.rs +++ b/tests/ui/panics/panic-task-name-none.rs @@ -1,7 +1,7 @@ //@ run-fail //@ error-pattern:thread '<unnamed>' panicked //@ error-pattern:test -//@ ignore-emscripten Needs threads +//@ needs-threads use std::thread; | 
