about summary refs log tree commit diff
path: root/tests/ui/thread-local/tls.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/thread-local/tls.rs')
-rw-r--r--tests/ui/thread-local/tls.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/thread-local/tls.rs b/tests/ui/thread-local/tls.rs
index 17096319d23..fa6a722b291 100644
--- a/tests/ui/thread-local/tls.rs
+++ b/tests/ui/thread-local/tls.rs
@@ -1,5 +1,5 @@
 //@ run-pass
-//@ ignore-emscripten no threads support
+//@ needs-threads
 //@ compile-flags: -O
 //@ ignore-nto Doesn't work without emulated TLS enabled (in LLVM)