CBE: enable more tests that are currently passing
This commit is contained in:
committed by
Andrew Kelley
parent
8e7b1a74ac
commit
00ed8d9c50
@@ -155,8 +155,6 @@ fn foo2(f: fn () anyerror!void) void {
|
||||
fn bar2() (error{}!void) {}
|
||||
|
||||
test "error union type " {
|
||||
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
|
||||
|
||||
try testErrorUnionType();
|
||||
comptime try testErrorUnionType();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user