about summary refs log tree commit diff
path: root/tests/ui/array-slice-vec/bounds-check-no-overflow.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/array-slice-vec/bounds-check-no-overflow.rs')
-rw-r--r--tests/ui/array-slice-vec/bounds-check-no-overflow.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/array-slice-vec/bounds-check-no-overflow.rs b/tests/ui/array-slice-vec/bounds-check-no-overflow.rs
index 4614df44084..c5ff805a853 100644
--- a/tests/ui/array-slice-vec/bounds-check-no-overflow.rs
+++ b/tests/ui/array-slice-vec/bounds-check-no-overflow.rs
@@ -1,6 +1,6 @@
 //@ run-fail
 //@ error-pattern:index out of bounds
-//@ ignore-emscripten no processes
+//@ needs-subprocess
 
 use std::mem::size_of;