diff options
Diffstat (limited to 'tests/ui/hashmap/hashmap-capacity-overflow.rs')
| -rw-r--r-- | tests/ui/hashmap/hashmap-capacity-overflow.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/ui/hashmap/hashmap-capacity-overflow.rs b/tests/ui/hashmap/hashmap-capacity-overflow.rs index 91aebc3bbba..502dbe9fa93 100644 --- a/tests/ui/hashmap/hashmap-capacity-overflow.rs +++ b/tests/ui/hashmap/hashmap-capacity-overflow.rs @@ -1,6 +1,6 @@ //@ run-fail //@ error-pattern:capacity overflow -//@ ignore-emscripten no processes +//@ needs-subprocess use std::collections::hash_map::HashMap; use std::mem::size_of; | 
