about summary refs log tree commit diff
path: root/tests/ui/expr/compound-assignment
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/expr/compound-assignment')
-rw-r--r--tests/ui/expr/compound-assignment/eval-order.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/expr/compound-assignment/eval-order.rs b/tests/ui/expr/compound-assignment/eval-order.rs
index 658adae193e..c7940a06a89 100644
--- a/tests/ui/expr/compound-assignment/eval-order.rs
+++ b/tests/ui/expr/compound-assignment/eval-order.rs
@@ -1,6 +1,6 @@
 // Test evaluation order of operands of the compound assignment operators
 
-// run-pass
+//@ run-pass
 
 use std::ops::AddAssign;