diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2023-05-19 03:12:34 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2023-06-25 19:14:03 -0400 |
| commit | 3f13987a761ed805656bec3b8e4db591a1cbc8ed (patch) | |
| tree | dd29f1ff5aea5c55ef53e579e72441217da1a1db /test/behavior | |
| parent | e13aa915b20db3f5521f5f280ba0bd9b1a79f1c0 (diff) | |
| download | zig-3f13987a761ed805656bec3b8e4db591a1cbc8ed.tar.gz zig-3f13987a761ed805656bec3b8e4db591a1cbc8ed.zip | |
x86_64: add missing padding to global unions
Diffstat (limited to 'test/behavior')
| -rw-r--r-- | test/behavior/bugs/1381.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/bugs/1381.zig b/test/behavior/bugs/1381.zig index 90941de341..cd0b289e5f 100644 --- a/test/behavior/bugs/1381.zig +++ b/test/behavior/bugs/1381.zig @@ -12,7 +12,6 @@ const A = union(enum) { }; test "union that needs padding bytes inside an array" { - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO |
