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