x64: pass behavior test bugs/1381

This commit is contained in:
Jakub Konka
2022-06-07 18:12:45 +02:00
parent 0c72760454
commit a8bce8f14b

View File

@@ -14,7 +14,6 @@ const A = union(enum) {
test "union that needs padding bytes inside an array" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
var as = [_]A{
A{ .B = B{ .D = 1 } },