about summary refs log tree commit diff
path: root/src/test/ui/numbers-arithmetic/mod-zero.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/numbers-arithmetic/mod-zero.rs')
-rw-r--r--src/test/ui/numbers-arithmetic/mod-zero.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/ui/numbers-arithmetic/mod-zero.rs b/src/test/ui/numbers-arithmetic/mod-zero.rs
index a2798175d68..08371639412 100644
--- a/src/test/ui/numbers-arithmetic/mod-zero.rs
+++ b/src/test/ui/numbers-arithmetic/mod-zero.rs
@@ -1,5 +1,7 @@
 // run-fail
 // error-pattern:attempt to calculate the remainder with a divisor of zero
+// ignore-emscripten no processes
+
 #[allow(unconditional_panic)]
 fn main() {
     let y = 0;