aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/struct.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2022-10-10 04:08:52 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2022-10-25 05:11:29 -0400
commit87d432328e564ac138a1b773ab025324b5c191ed (patch)
treead251a5754a841b10c657387da6427fc59131fb8 /test/behavior/struct.zig
parentfeb8f81cd9d8df282d57441422dc70cee079a993 (diff)
downloadzig-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.zig2
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