about summary refs log tree commit diff
path: root/tests/ui/array-slice-vec/nested-vec-2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/array-slice-vec/nested-vec-2.rs')
-rw-r--r--tests/ui/array-slice-vec/nested-vec-2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/array-slice-vec/nested-vec-2.rs b/tests/ui/array-slice-vec/nested-vec-2.rs
index d4a704d767e..3897a52a1cb 100644
--- a/tests/ui/array-slice-vec/nested-vec-2.rs
+++ b/tests/ui/array-slice-vec/nested-vec-2.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 
 // Test that using the `vec!` macro nested within itself works
 // when the contents implement Drop