about summary refs log tree commit diff
path: root/tests/ui/panics/panic-task-name-none.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/panics/panic-task-name-none.rs')
-rw-r--r--tests/ui/panics/panic-task-name-none.rs2
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;