From 1dd4a6102ff983c828cdaa3dbadef37272ffce7c Mon Sep 17 00:00:00 2001 From: Jacob Young Date: Tue, 11 Oct 2022 04:51:52 -0400 Subject: cbe: implement global assembly --- test/behavior/array.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'test/behavior/array.zig') diff --git a/test/behavior/array.zig b/test/behavior/array.zig index 911fe28cd8..6311c4cd30 100644 --- a/test/behavior/array.zig +++ b/test/behavior/array.zig @@ -527,7 +527,6 @@ test "type coercion of anon struct literal to array" { } test "type coercion of pointer to anon struct literal to pointer to array" { - 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 -- cgit v1.2.3