about summary refs log tree commit diff
path: root/tests/ui/panics/panic-task-name-owned.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/panics/panic-task-name-owned.rs')
-rw-r--r--tests/ui/panics/panic-task-name-owned.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ui/panics/panic-task-name-owned.rs b/tests/ui/panics/panic-task-name-owned.rs
index d5274ebbc4b..9a680676dc0 100644
--- a/tests/ui/panics/panic-task-name-owned.rs
+++ b/tests/ui/panics/panic-task-name-owned.rs
@@ -1,7 +1,7 @@
-// run-fail
-// error-pattern:thread 'owned name' panicked
-// error-pattern:test
-// ignore-emscripten Needs threads.
+//@ run-fail
+//@ error-pattern:thread 'owned name' panicked
+//@ error-pattern:test
+//@ ignore-emscripten Needs threads.
 
 use std::thread::Builder;