diff options
Diffstat (limited to 'src/test/run-pass/iter-step-overflow-debug.rs')
| -rw-r--r-- | src/test/run-pass/iter-step-overflow-debug.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/iter-step-overflow-debug.rs b/src/test/run-pass/iter-step-overflow-debug.rs index 5b9b58f0288..c45a10eac52 100644 --- a/src/test/run-pass/iter-step-overflow-debug.rs +++ b/src/test/run-pass/iter-step-overflow-debug.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-wasm32-bare compiled with panic=abort by default // compile-flags: -C debug_assertions=yes use std::panic; |
