behavior: enable passing behavior tests on stage2_x86_64

This commit is contained in:
Jacob Young
2023-03-13 21:12:57 -04:00
parent 5ab426a302
commit c51930b060
58 changed files with 0 additions and 138 deletions

View File

@@ -591,7 +591,6 @@ test "type coercion of anon struct literal to array" {
test "type coercion of pointer to anon struct literal to pointer to array" {
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_x86_64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
const S = struct {