about summary refs log tree commit diff
path: root/tests/ui/numbers-arithmetic/overflow-attribute-works-1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/numbers-arithmetic/overflow-attribute-works-1.rs')
-rw-r--r--tests/ui/numbers-arithmetic/overflow-attribute-works-1.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/numbers-arithmetic/overflow-attribute-works-1.rs b/tests/ui/numbers-arithmetic/overflow-attribute-works-1.rs
index 318be2a6401..fae5c689031 100644
--- a/tests/ui/numbers-arithmetic/overflow-attribute-works-1.rs
+++ b/tests/ui/numbers-arithmetic/overflow-attribute-works-1.rs
@@ -1,5 +1,5 @@
-// run-pass
-// compile-flags: -C overflow_checks=true
+//@ run-pass
+//@ compile-flags: -C overflow_checks=true
 
 #![feature(cfg_overflow_checks)]