diff options
Diffstat (limited to 'test/behavior/array.zig')
| -rw-r--r-- | test/behavior/array.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/behavior/array.zig b/test/behavior/array.zig index eb8ae8972d..3d39942e3d 100644 --- a/test/behavior/array.zig +++ b/test/behavior/array.zig @@ -538,9 +538,6 @@ test "type coercion of anon struct literal to array" { try expect(arr1[1] == 56); try expect(arr1[2] == 54); - if (builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; // TODO - var x2: U = .{ .a = 42 }; const t2 = .{ x2, .{ .b = true }, .{ .c = "hello" } }; var arr2: [3]U = t2; |
