about summary refs log tree commit diff
path: root/tests/ui/numbers-arithmetic/location-mul-overflow.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/numbers-arithmetic/location-mul-overflow.rs')
-rw-r--r--tests/ui/numbers-arithmetic/location-mul-overflow.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/numbers-arithmetic/location-mul-overflow.rs b/tests/ui/numbers-arithmetic/location-mul-overflow.rs
index 6dd58874874..8d93406ba50 100644
--- a/tests/ui/numbers-arithmetic/location-mul-overflow.rs
+++ b/tests/ui/numbers-arithmetic/location-mul-overflow.rs
@@ -1,6 +1,6 @@
-// run-fail
-// ignore-wasm32
-// error-pattern:location-mul-overflow.rs
+//@ run-fail
+//@ ignore-wasm32
+//@ error-pattern:location-mul-overflow.rs
 
 fn main() {
     let _: u8 = 255 * &2;