aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/struct.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2025-07-27 19:55:05 -0400
committerAndrew Kelley <andrew@ziglang.org>2025-07-28 09:03:17 -0700
commitc334956a54c691ad7e76341193d2d46df18090ef (patch)
treedbaaa5f600487979cb17c1f5f6c549a946b30347 /test/behavior/struct.zig
parentdea3ed7f59347e87a1b8fa237202873988084ae8 (diff)
downloadzig-c334956a54c691ad7e76341193d2d46df18090ef.tar.gz
zig-c334956a54c691ad7e76341193d2d46df18090ef.zip
aarch64: workaround some optional/union issues
Diffstat (limited to 'test/behavior/struct.zig')
-rw-r--r--test/behavior/struct.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig
index 3c4c4d7f80..2c2432afd9 100644
--- a/test/behavior/struct.zig
+++ b/test/behavior/struct.zig
@@ -955,7 +955,6 @@ test "tuple element initialized with fn call" {
}
test "struct with union field" {
- if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_spirv) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO