From 5eafc10bf41451fb694f324dcaefe5c458e1ca3a Mon Sep 17 00:00:00 2001 From: Jacob Young Date: Mon, 10 Oct 2022 00:47:45 -0400 Subject: cbe: fix global access fix --- test/behavior/struct.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'test/behavior/struct.zig') 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); -- cgit v1.2.3