aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/struct.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2023-06-24 22:51:29 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2023-06-25 19:14:03 -0400
commit614c8077027767063f399d3dbb5d478deebf37c3 (patch)
tree4dea450c209cf91c599271fb32906d172bb31475 /test/behavior/struct.zig
parentd98147414d084bc41b00ba9c0be8c7b82ad4e76c (diff)
downloadzig-614c8077027767063f399d3dbb5d478deebf37c3.tar.gz
zig-614c8077027767063f399d3dbb5d478deebf37c3.zip
x86_64: fix packed store crash
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 95b2718efd..3210e0c112 100644
--- a/test/behavior/struct.zig
+++ b/test/behavior/struct.zig
@@ -530,7 +530,6 @@ test "packed struct fields are ordered from LSB to MSB" {
test "implicit cast packed struct field to const ptr" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
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;