about summary refs log tree commit diff
path: root/tests/ui/coroutine/smoke.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/coroutine/smoke.rs')
-rw-r--r--tests/ui/coroutine/smoke.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/coroutine/smoke.rs b/tests/ui/coroutine/smoke.rs
index 0ed56982c9b..17d98a52a1c 100644
--- a/tests/ui/coroutine/smoke.rs
+++ b/tests/ui/coroutine/smoke.rs
@@ -3,7 +3,7 @@
 //@ revisions: default nomiropt
 //@[nomiropt]compile-flags: -Z mir-opt-level=0
 
-//@ ignore-emscripten no threads support
+//@ needs-threads
 //@ compile-flags: --test
 
 #![feature(coroutines, coroutine_trait)]