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

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