about summary refs log tree commit diff
path: root/tests/ui/for-loop-while/for-loop-has-unit-body.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/for-loop-while/for-loop-has-unit-body.rs')
-rw-r--r--tests/ui/for-loop-while/for-loop-has-unit-body.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/for-loop-while/for-loop-has-unit-body.rs b/tests/ui/for-loop-while/for-loop-has-unit-body.rs
index eba385461b9..8a8b609b075 100644
--- a/tests/ui/for-loop-while/for-loop-has-unit-body.rs
+++ b/tests/ui/for-loop-while/for-loop-has-unit-body.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 fn main() {
     // Check that the tail statement in the body unifies with something
     for _ in 0..3 {