Commit bcf3eb5663

Mitchell Hashimoto <mitchell.hashimoto@gmail.com>
2022-02-25 22:35:36
stage2: another passing test
1 parent 1019181
Changed files (1)
test
behavior
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 {
             {