stage2: implement peer type resolution between error unions
This commit is contained in:
committed by
Andrew Kelley
parent
d5131e91eb
commit
bfada7c514
@@ -264,8 +264,6 @@ fn testErrToIntWithOnePossibleValue(
|
||||
}
|
||||
|
||||
test "error union peer type resolution" {
|
||||
if (builtin.zig_backend != .stage1) return error.SkipZigTest; // TODO
|
||||
|
||||
try testErrorUnionPeerTypeResolution(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user