aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/struct.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2023-06-25 00:43:18 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2023-06-25 19:14:03 -0400
commit5b742785100bb2662f6fc0ee11ac84b2fed9be9e (patch)
tree5f92621ee91b0f64f8541faa7393ed6d210aec22 /test/behavior/struct.zig
parent9d0b8a27b64c23ca42c15160abea0dd12077332e (diff)
downloadzig-5b742785100bb2662f6fc0ee11ac84b2fed9be9e.tar.gz
zig-5b742785100bb2662f6fc0ee11ac84b2fed9be9e.zip
x86_64: fix global pointers to packed struct fields
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 3210e0c112..b3160cb2d3 100644
--- a/test/behavior/struct.zig
+++ b/test/behavior/struct.zig
@@ -1077,7 +1077,6 @@ test "packed struct with undefined initializers" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_wasm) 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
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;