about summary refs log tree commit diff
path: root/tests/ui/destructuring-assignment/struct_destructure.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/destructuring-assignment/struct_destructure.rs')
-rw-r--r--tests/ui/destructuring-assignment/struct_destructure.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/destructuring-assignment/struct_destructure.rs b/tests/ui/destructuring-assignment/struct_destructure.rs
index 8cceaadd7b9..e021beb6db7 100644
--- a/tests/ui/destructuring-assignment/struct_destructure.rs
+++ b/tests/ui/destructuring-assignment/struct_destructure.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 
 struct Struct<S, T> {
     a: S,