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