diff options
Diffstat (limited to 'tests/ui/threads-sendsync/task-comm-10.rs')
| -rw-r--r-- | tests/ui/threads-sendsync/task-comm-10.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/threads-sendsync/task-comm-10.rs b/tests/ui/threads-sendsync/task-comm-10.rs index 4cac0dc90cf..6f043b64a09 100644 --- a/tests/ui/threads-sendsync/task-comm-10.rs +++ b/tests/ui/threads-sendsync/task-comm-10.rs @@ -1,7 +1,7 @@ -// run-pass +//@ run-pass #![allow(unused_must_use)] #![allow(unused_mut)] -// ignore-emscripten no threads support +//@ ignore-emscripten no threads support use std::thread; use std::sync::mpsc::{channel, Sender}; |
