about summary refs log tree commit diff
path: root/tests/ui/threads-sendsync/task-comm-11.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/threads-sendsync/task-comm-11.rs')
-rw-r--r--tests/ui/threads-sendsync/task-comm-11.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/threads-sendsync/task-comm-11.rs b/tests/ui/threads-sendsync/task-comm-11.rs
index 8541e143fb9..51f13434435 100644
--- a/tests/ui/threads-sendsync/task-comm-11.rs
+++ b/tests/ui/threads-sendsync/task-comm-11.rs
@@ -1,7 +1,7 @@
-// run-pass
+//@ run-pass
 #![allow(unused_must_use)]
-// pretty-expanded FIXME #23616
-// ignore-emscripten no threads support
+//@ pretty-expanded FIXME #23616
+//@ ignore-emscripten no threads support
 
 use std::sync::mpsc::{channel, Sender};
 use std::thread;