diff options
| author | William Sengir <william@sengir.com> | 2022-03-23 08:49:16 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-03-23 16:39:29 -0400 |
| commit | b872539a13ac46abe57a59bafdf5392812468482 (patch) | |
| tree | 4deb5be915d61d3f14fb7064673a4affe3b2e765 /test/behavior/array.zig | |
| parent | d7530c8f7bb14e860898c74aa6a20d86379c8822 (diff) | |
| download | zig-b872539a13ac46abe57a59bafdf5392812468482.tar.gz zig-b872539a13ac46abe57a59bafdf5392812468482.zip | |
stage2: enable some passing array & vector tests
Diffstat (limited to 'test/behavior/array.zig')
| -rw-r--r-- | test/behavior/array.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/array.zig b/test/behavior/array.zig index 7e55bb13c3..d7a87bed9c 100644 --- a/test/behavior/array.zig +++ b/test/behavior/array.zig @@ -453,9 +453,7 @@ test "type deduction for array subscript expression" { } test "sentinel element count towards the ABI size calculation" { - if (builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO const S = struct { |
