diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2023-05-08 19:31:16 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2023-05-15 03:07:51 -0400 |
| commit | e36e9323f4c4ce66013ba4774ff0145fc9cad34d (patch) | |
| tree | c50e24a04d072b93125c95d0ff99cac564bd036b /test/behavior/struct.zig | |
| parent | 1667e831cf8099271d97c9391fe4400622e6f96f (diff) | |
| download | zig-e36e9323f4c4ce66013ba4774ff0145fc9cad34d.tar.gz zig-e36e9323f4c4ce66013ba4774ff0145fc9cad34d.zip | |
x86_64: implement union_init
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 797a22c3a8..659acbf56b 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -1352,7 +1352,6 @@ test "struct field init value is size of the struct" { } test "under-aligned struct field" { - 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 |
