diff options
Diffstat (limited to 'tests/ui/hashmap/hashmap-capacity-overflow.rs')
| -rw-r--r-- | tests/ui/hashmap/hashmap-capacity-overflow.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/hashmap/hashmap-capacity-overflow.rs b/tests/ui/hashmap/hashmap-capacity-overflow.rs index 2988af06556..91aebc3bbba 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 +//@ run-fail +//@ error-pattern:capacity overflow +//@ ignore-emscripten no processes use std::collections::hash_map::HashMap; use std::mem::size_of; |
