aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/struct.zig
diff options
context:
space:
mode:
authorJakub Konka <kubkon@jakubkonka.com>2022-03-01 22:51:04 +0100
committerJakub Konka <kubkon@jakubkonka.com>2022-03-01 22:51:04 +0100
commit836f007c22e50557dde46c8f766e1150c25271b3 (patch)
tree5c48f12bf4ffcdf5550802760a86eedf3e9276b9 /test/behavior/struct.zig
parente8eb9778cccd2f2d23027d9e0d73d7053bf92efe (diff)
downloadzig-836f007c22e50557dde46c8f766e1150c25271b3.tar.gz
zig-836f007c22e50557dde46c8f766e1150c25271b3.zip
codegen: ensure we descend on nested field_ptrs when lowering
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 a5e39ad071..34ae73bc24 100644
--- a/test/behavior/struct.zig
+++ b/test/behavior/struct.zig
@@ -780,7 +780,6 @@ test "packed struct with u0 field access" {
test "access to global struct fields" {
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; // TODO
- 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_c) return error.SkipZigTest; // TODO