diff options
Diffstat (limited to 'tests/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs')
| -rw-r--r-- | tests/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs b/tests/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs index 0e487a700b8..ef5db4995fb 100644 --- a/tests/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs +++ b/tests/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs @@ -1,7 +1,7 @@ -// run-pass -// compile-flags: -C debug_assertions=true -// needs-unwind -// ignore-emscripten dies with an LLVM error +//@ run-pass +//@ compile-flags: -C debug_assertions=true +//@ needs-unwind +//@ ignore-emscripten dies with an LLVM error use std::panic; |
