about summary refs log tree commit diff
path: root/tests/ui/for-loop-while/foreach-put-structured.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/for-loop-while/foreach-put-structured.rs')
-rw-r--r--tests/ui/for-loop-while/foreach-put-structured.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/for-loop-while/foreach-put-structured.rs b/tests/ui/for-loop-while/foreach-put-structured.rs
index 3a47fcf3415..fe485f55dd8 100644
--- a/tests/ui/for-loop-while/foreach-put-structured.rs
+++ b/tests/ui/for-loop-while/foreach-put-structured.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 
 
 fn pairs<F>(mut it: F) where F: FnMut((isize, isize)) {