authorgravatar for mitchell.hashimoto@gmail.comMitchell Hashimoto <mitchell.hashimoto@gmail.com> 2022-02-25 13:35:36-08:00
committergravatar for mitchell.hashimoto@gmail.comMitchell Hashimoto <mitchell.hashimoto@gmail.com> 2022-02-25 13:35:36-08:00
logbcf3eb5663af744dc5b6da7ec729d153c366dd42
tree5ab0e839f6821a46cfb4121e030eb3ff8d4f890d
parent101918198260482d98f6690f0ce3b1fb77a30595
signaturelock-open Commit is signed but in an unrecognized format.

stage2: another passing test


1 files changed, 0 insertions(+), 2 deletions(-)

test/behavior/cast.zig-2
...@@ -411,8 +411,6 @@ fn gimmeErrOrSlice() anyerror![]u8 {...@@ -411,8 +411,6 @@ fn gimmeErrOrSlice() anyerror![]u8 {
411}411}
412412
413test "peer type resolution: [0]u8, []const u8, and anyerror![]u8" {413test "peer type resolution: [0]u8, []const u8, and anyerror![]u8" {
414 if (builtin.zig_backend != .stage1) return error.SkipZigTest; // TODO
415
416 const S = struct {414 const S = struct {
417 fn doTheTest() anyerror!void {415 fn doTheTest() anyerror!void {
418 {416 {