about summary refs log tree commit diff
path: root/src/test/run-pass/iter-sum-overflow-overflow-checks.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/iter-sum-overflow-overflow-checks.rs')
-rw-r--r--src/test/run-pass/iter-sum-overflow-overflow-checks.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/iter-sum-overflow-overflow-checks.rs b/src/test/run-pass/iter-sum-overflow-overflow-checks.rs
index a3a7179fb71..517cd139cf3 100644
--- a/src/test/run-pass/iter-sum-overflow-overflow-checks.rs
+++ b/src/test/run-pass/iter-sum-overflow-overflow-checks.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 overflow-checks
 
 use std::panic;