aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/struct.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2023-03-25 03:08:04 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2023-03-25 16:23:55 -0400
commit0cfc0d0d13bd1e9f1a9119324fac624371aecdd3 (patch)
tree4872b9bb774328133d4c5ca64cd0742de08ac40e /test/behavior/struct.zig
parentd9ce69dc3949fb11c43520096001b7f06e1a96f3 (diff)
downloadzig-0cfc0d0d13bd1e9f1a9119324fac624371aecdd3.tar.gz
zig-0cfc0d0d13bd1e9f1a9119324fac624371aecdd3.zip
x86_64: implement struct_field_ptr for packed containers
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 b250b5b087..25dd1c7958 100644
--- a/test/behavior/struct.zig
+++ b/test/behavior/struct.zig
@@ -827,7 +827,6 @@ test "non-packed struct with u128 entry in union" {
}
test "packed struct field passed to generic function" {
- if (builtin.zig_backend == .stage2_x86_64) 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