CBE: enable more tests that are currently passing
This commit is contained in:
committed by
Andrew Kelley
parent
8e7b1a74ac
commit
00ed8d9c50
@@ -181,7 +181,6 @@ const SillyStruct = struct {
|
||||
const here_is_a_null_literal = SillyStruct{ .context = null };
|
||||
|
||||
test "unwrap optional which is field of global var" {
|
||||
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
|
||||
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
|
||||
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
|
||||
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
|
||||
|
||||
Reference in New Issue
Block a user