From c8aba15c222e5bb8cf5d2d48678761197f564351 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 6 Dec 2022 19:06:48 -0700 Subject: remove references to stage1 in behavior tests Good riddance. --- test/behavior/array.zig | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/behavior/array.zig') diff --git a/test/behavior/array.zig b/test/behavior/array.zig index f1dcb3b95d..843782800a 100644 --- a/test/behavior/array.zig +++ b/test/behavior/array.zig @@ -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 { -- cgit v1.2.3