diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2023-03-31 20:31:39 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2023-04-02 04:49:53 -0400 |
| commit | ac68d72d244fafb601725d22631f7834fb14212c (patch) | |
| tree | c0ec37dfc4246c4e03cef1c8b89b1328853840d6 /test/behavior/struct.zig | |
| parent | 43a6384e9c6ee6f3e250172f6f655782e808afed (diff) | |
| download | zig-ac68d72d244fafb601725d22631f7834fb14212c.tar.gz zig-ac68d72d244fafb601725d22631f7834fb14212c.zip | |
x86_64: implement aggregate init of a packed struct
Diffstat (limited to 'test/behavior/struct.zig')
| -rw-r--r-- | test/behavior/struct.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig index b59615f01a..15a9861d0f 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -1244,7 +1244,6 @@ test "loading a struct pointer perfoms a copy" { } test "packed struct aggregate init" { - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO |
