zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit bcf3eb5663af744dc5b6da7ec729d153c366dd42 (tree)
parent 101918198260482d98f6690f0ce3b1fb77a30595
Author: Mitchell Hashimoto <mitchell.hashimoto@gmail.com>
Date:   Fri, 25 Feb 2022 13:35:36 -0800

stage2: another passing test

Diffstat:
Mtest/behavior/cast.zig | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/test/behavior/cast.zig b/test/behavior/cast.zig @@ -411,8 +411,6 @@ fn gimmeErrOrSlice() anyerror![]u8 { } test "peer type resolution: [0]u8, []const u8, and anyerror![]u8" { - if (builtin.zig_backend != .stage1) return error.SkipZigTest; // TODO - const S = struct { fn doTheTest() anyerror!void { {