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/struct.zig | |
| parent | c126a1018eec54c568aaa642013e3c86bdd6d3e4 (diff) | |
| download | zig-5eafc10bf41451fb694f324dcaefe5c458e1ca3a.tar.gz zig-5eafc10bf41451fb694f324dcaefe5c458e1ca3a.zip | |
cbe: fix global access fix
Diffstat (limited to 'test/behavior/struct.zig')
| -rw-r--r-- | test/behavior/struct.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig index 6f5a4d93f4..a6b9a76ba6 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -365,7 +365,6 @@ const EmptyStruct = struct { test "align 1 field before self referential align 8 field as slice return type" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO const result = alloc(Expr); |
