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 | 2 |
1 files changed, 1 insertions, 1 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 79d78da33..0e487a700 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,5 +1,5 @@ // run-pass -// compile-flags: -C debug_assertions=yes +// compile-flags: -C debug_assertions=true // needs-unwind // ignore-emscripten dies with an LLVM error |