diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2022-10-10 04:08:52 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2022-10-25 05:11:29 -0400 |
| commit | 87d432328e564ac138a1b773ab025324b5c191ed (patch) | |
| tree | ad251a5754a841b10c657387da6427fc59131fb8 /test/behavior/struct.zig | |
| parent | feb8f81cd9d8df282d57441422dc70cee079a993 (diff) | |
| download | zig-87d432328e564ac138a1b773ab025324b5c191ed.tar.gz zig-87d432328e564ac138a1b773ab025324b5c191ed.zip | |
cbe: implement aggregate_init of struct
Diffstat (limited to 'test/behavior/struct.zig')
| -rw-r--r-- | test/behavior/struct.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig index a6b9a76ba6..f29df6becf 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -1017,7 +1017,6 @@ test "struct with union field" { } test "type coercion of anon struct literal to struct" { - 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_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO @@ -1056,7 +1055,6 @@ test "type coercion of anon struct literal to struct" { test "type coercion of pointer to anon struct literal to pointer to struct" { if (builtin.zig_backend == .stage2_x86_64) 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_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO |
