about summary refs log tree commit diff
path: root/tests/ui/threads-sendsync/send-resource.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/threads-sendsync/send-resource.rs')
-rw-r--r--tests/ui/threads-sendsync/send-resource.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/threads-sendsync/send-resource.rs b/tests/ui/threads-sendsync/send-resource.rs
index 32910c5f7d1..3e1532b3132 100644
--- a/tests/ui/threads-sendsync/send-resource.rs
+++ b/tests/ui/threads-sendsync/send-resource.rs
@@ -4,7 +4,7 @@
 #![allow(non_camel_case_types)]
 
 //@ pretty-expanded FIXME #23616
-//@ ignore-emscripten no threads support
+//@ needs-threads
 
 use std::thread;
 use std::sync::mpsc::channel;