CBE: enable more tests that are currently passing

This commit is contained in:
Daniele Cocca
2022-03-15 21:58:39 +00:00
committed by Andrew Kelley
parent 8e7b1a74ac
commit 00ed8d9c50
12 changed files with 0 additions and 49 deletions

View File

@@ -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();
}