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