diff options
Diffstat (limited to 'tests/ui/numbers-arithmetic/next-power-of-two-overflow-ndebug.rs')
| -rw-r--r-- | tests/ui/numbers-arithmetic/next-power-of-two-overflow-ndebug.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/numbers-arithmetic/next-power-of-two-overflow-ndebug.rs b/tests/ui/numbers-arithmetic/next-power-of-two-overflow-ndebug.rs index 982cd97c50a..f4cd8d0d63d 100644 --- a/tests/ui/numbers-arithmetic/next-power-of-two-overflow-ndebug.rs +++ b/tests/ui/numbers-arithmetic/next-power-of-two-overflow-ndebug.rs @@ -1,6 +1,6 @@ -// run-pass -// compile-flags: -C debug_assertions=no -// ignore-emscripten dies with an LLVM error +//@ run-pass +//@ compile-flags: -C debug_assertions=no +//@ ignore-emscripten dies with an LLVM error fn main() { for i in 129..256 { |
