diff options
Diffstat (limited to 'tests/ui/numbers-arithmetic/location-mul-overflow.rs')
| -rw-r--r-- | tests/ui/numbers-arithmetic/location-mul-overflow.rs | 6 |
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; |
