remove references to stage1 in behavior tests

Good riddance.
This commit is contained in:
Andrew Kelley
2022-12-06 19:06:48 -07:00
parent b7b905d227
commit c8aba15c22
61 changed files with 150 additions and 647 deletions

View File

@@ -102,12 +102,6 @@ test "array len field" {
}
test "array with sentinels" {
if (builtin.zig_backend == .stage1) {
// Stage1 test coverage disabled at runtime because of
// https://github.com/ziglang/zig/issues/4372
return error.SkipZigTest;
}
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
const S = struct {