about summary refs log tree commit diff
path: root/tests/ui/array-slice-vec/box-of-array-of-drop-1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/array-slice-vec/box-of-array-of-drop-1.rs')
-rw-r--r--tests/ui/array-slice-vec/box-of-array-of-drop-1.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/array-slice-vec/box-of-array-of-drop-1.rs b/tests/ui/array-slice-vec/box-of-array-of-drop-1.rs
index 2b3ece67b34..d64df4f7e4d 100644
--- a/tests/ui/array-slice-vec/box-of-array-of-drop-1.rs
+++ b/tests/ui/array-slice-vec/box-of-array-of-drop-1.rs
@@ -1,11 +1,11 @@
-// run-pass
-// needs-unwind
+//@ run-pass
+//@ needs-unwind
 #![allow(overflowing_literals)]
 
 // Test that we cleanup a fixed size Box<[D; k]> properly when D has a
 // destructor.
 
-// ignore-emscripten no threads support
+//@ ignore-emscripten no threads support
 
 use std::thread;
 use std::sync::atomic::{AtomicUsize, Ordering};