about summary refs log tree commit diff
path: root/tests/ui/threads-sendsync/spawn.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/threads-sendsync/spawn.rs')
-rw-r--r--tests/ui/threads-sendsync/spawn.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/threads-sendsync/spawn.rs b/tests/ui/threads-sendsync/spawn.rs
index 2c06fc2837f..c7b344b9f75 100644
--- a/tests/ui/threads-sendsync/spawn.rs
+++ b/tests/ui/threads-sendsync/spawn.rs
@@ -1,5 +1,5 @@
 //@ run-pass
-//@ ignore-emscripten no threads support
+//@ needs-threads
 
 use std::thread;