diff options
Diffstat (limited to 'tests/ui/threads-sendsync/yield.rs')
| -rw-r--r-- | tests/ui/threads-sendsync/yield.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/threads-sendsync/yield.rs b/tests/ui/threads-sendsync/yield.rs index 4d89b10af95..99d14bd92ea 100644 --- a/tests/ui/threads-sendsync/yield.rs +++ b/tests/ui/threads-sendsync/yield.rs @@ -2,7 +2,7 @@ #![allow(unused_must_use)] #![allow(unused_mut)] -//@ ignore-emscripten no threads support +//@ needs-threads use std::thread; |
