diff options
Diffstat (limited to 'tests/ui/threads-sendsync/tls-init-on-init.rs')
| -rw-r--r-- | tests/ui/threads-sendsync/tls-init-on-init.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/threads-sendsync/tls-init-on-init.rs b/tests/ui/threads-sendsync/tls-init-on-init.rs index ba5e4698e63..fd764669e7f 100644 --- a/tests/ui/threads-sendsync/tls-init-on-init.rs +++ b/tests/ui/threads-sendsync/tls-init-on-init.rs @@ -1,7 +1,7 @@ //@ run-pass #![allow(stable_features)] -//@ ignore-emscripten no threads support +//@ needs-threads #![feature(thread_local_try_with)] |
