diff options
| author | LemonBoy <thatlemon@gmail.com> | 2020-11-02 11:46:07 +0100 |
|---|---|---|
| committer | LemonBoy <thatlemon@gmail.com> | 2020-11-02 11:46:07 +0100 |
| commit | 307496fcd74f3190b8de9c18aef0214f2553a90d (patch) | |
| tree | 53f066c7e9a0046db82d41a29bedecd9d11d6c46 /lib/std/array_hash_map.zig | |
| parent | 909aae8153e7ac71197bc9f864e4ceb2793317f2 (diff) | |
| download | zig-307496fcd74f3190b8de9c18aef0214f2553a90d.tar.gz zig-307496fcd74f3190b8de9c18aef0214f2553a90d.zip | |
std: Re-enable ArrayHashMap test for mips targets
Diffstat (limited to 'lib/std/array_hash_map.zig')
| -rw-r--r-- | lib/std/array_hash_map.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/std/array_hash_map.zig b/lib/std/array_hash_map.zig index 649c1e1055..e5ad26cb45 100644 --- a/lib/std/array_hash_map.zig +++ b/lib/std/array_hash_map.zig @@ -930,9 +930,6 @@ test "basic hash map usage" { } test "iterator hash map" { - // https://github.com/ziglang/zig/issues/5127 - if (std.Target.current.cpu.arch == .mips) return error.SkipZigTest; - var reset_map = AutoArrayHashMap(i32, i32).init(std.testing.allocator); defer reset_map.deinit(); |
