aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/array.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-12-06 19:06:48 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-12-06 19:06:48 -0700
commitc8aba15c222e5bb8cf5d2d48678761197f564351 (patch)
tree60a645691b4ccd5414c7e718c3326fc40fad1657 /test/behavior/array.zig
parentb7b905d227c0124778214f7a307be04b7086ea6a (diff)
downloadzig-c8aba15c222e5bb8cf5d2d48678761197f564351.tar.gz
zig-c8aba15c222e5bb8cf5d2d48678761197f564351.zip
remove references to stage1 in behavior tests
Good riddance.
Diffstat (limited to 'test/behavior/array.zig')
-rw-r--r--test/behavior/array.zig6
1 files changed, 0 insertions, 6 deletions
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 {