stage2: another passing test

This commit is contained in:
Mitchell Hashimoto 2022-02-25 13:35:36 -08:00
parent 1019181982
commit bcf3eb5663
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC

View File

@ -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 {
{