diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2022-10-10 00:47:45 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2022-10-25 05:11:29 -0400 |
| commit | 5eafc10bf41451fb694f324dcaefe5c458e1ca3a (patch) | |
| tree | 45ee1879f0a2b0b6b198cb4136f04e5cc1868de9 /test/behavior/tuple.zig | |
| parent | c126a1018eec54c568aaa642013e3c86bdd6d3e4 (diff) | |
| download | zig-5eafc10bf41451fb694f324dcaefe5c458e1ca3a.tar.gz zig-5eafc10bf41451fb694f324dcaefe5c458e1ca3a.zip | |
cbe: fix global access fix
Diffstat (limited to 'test/behavior/tuple.zig')
| -rw-r--r-- | test/behavior/tuple.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/behavior/tuple.zig b/test/behavior/tuple.zig index 2b715c3b23..4b36ded087 100644 --- a/test/behavior/tuple.zig +++ b/test/behavior/tuple.zig @@ -257,7 +257,6 @@ test "initializing anon struct with mixed comptime-runtime fields" { } test "tuple in tuple passed to generic function" { - if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; @@ -277,7 +276,6 @@ test "tuple in tuple passed to generic function" { } test "coerce tuple to tuple" { - if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; @@ -292,7 +290,6 @@ test "coerce tuple to tuple" { } test "tuple type with void field" { - if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO |
