diff options
Diffstat (limited to 'tests/ui/numbers-arithmetic/location-sub-assign-overflow.rs')
| -rw-r--r-- | tests/ui/numbers-arithmetic/location-sub-assign-overflow.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/numbers-arithmetic/location-sub-assign-overflow.rs b/tests/ui/numbers-arithmetic/location-sub-assign-overflow.rs index 5b92ada2e0b..1bc1a9b2d66 100644 --- a/tests/ui/numbers-arithmetic/location-sub-assign-overflow.rs +++ b/tests/ui/numbers-arithmetic/location-sub-assign-overflow.rs @@ -1,6 +1,6 @@ -// run-fail -// ignore-wasm32 -// error-pattern:location-sub-assign-overflow.rs +//@ run-fail +//@ ignore-wasm32 +//@ error-pattern:location-sub-assign-overflow.rs fn main() { let mut a: u8 = 0; |
