diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2022-10-11 04:51:52 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2022-10-25 05:11:29 -0400 |
| commit | 1dd4a6102ff983c828cdaa3dbadef37272ffce7c (patch) | |
| tree | 4b6ab99bf066ca96f72b7b6fc62f9952db6518b2 /test/behavior/array.zig | |
| parent | e8bda9eb3ae9634a7b434e59df883ada3fdf8d9d (diff) | |
| download | zig-1dd4a6102ff983c828cdaa3dbadef37272ffce7c.tar.gz zig-1dd4a6102ff983c828cdaa3dbadef37272ffce7c.zip | |
cbe: implement global assembly
Diffstat (limited to 'test/behavior/array.zig')
| -rw-r--r-- | test/behavior/array.zig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
