aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/array.zig
diff options
context:
space:
mode:
authorJakub Konka <kubkon@jakubkonka.com>2022-03-24 22:29:20 +0100
committerGitHub <noreply@github.com>2022-03-24 22:29:20 +0100
commit20cc560c2dba4834e683692dabd43162a5ce8d22 (patch)
treecf11423a3e228a20b1f78d24f74030c1a47ae20d /test/behavior/array.zig
parentb09280b48452be8b57b87bbf4eaacd430e6e3537 (diff)
parent04523db6ae214e92f9c842436e66d5618d73d48f (diff)
downloadzig-20cc560c2dba4834e683692dabd43162a5ce8d22.tar.gz
zig-20cc560c2dba4834e683692dabd43162a5ce8d22.zip
Merge pull request #11286 from ziglang/stage2-aggregate-init
stage2: add debug info for tuples (and anon structs), and implement aggregate_init for structs and arrays
Diffstat (limited to 'test/behavior/array.zig')
-rw-r--r--test/behavior/array.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/array.zig b/test/behavior/array.zig
index d7a87bed9c..13a4763a91 100644
--- a/test/behavior/array.zig
+++ b/test/behavior/array.zig
@@ -501,7 +501,6 @@ test "type coercion of anon struct literal to array" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
- if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO
const S = struct {
const U = union {