aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/slice.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2022-10-11 04:51:52 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2022-10-25 05:11:29 -0400
commit1dd4a6102ff983c828cdaa3dbadef37272ffce7c (patch)
tree4b6ab99bf066ca96f72b7b6fc62f9952db6518b2 /test/behavior/slice.zig
parente8bda9eb3ae9634a7b434e59df883ada3fdf8d9d (diff)
downloadzig-1dd4a6102ff983c828cdaa3dbadef37272ffce7c.tar.gz
zig-1dd4a6102ff983c828cdaa3dbadef37272ffce7c.zip
cbe: implement global assembly
Diffstat (limited to 'test/behavior/slice.zig')
-rw-r--r--test/behavior/slice.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/slice.zig b/test/behavior/slice.zig
index 8965c667c1..4fe61f521d 100644
--- a/test/behavior/slice.zig
+++ b/test/behavior/slice.zig
@@ -533,7 +533,6 @@ test "slice pointer-to-array zero length" {
}
test "type coercion of pointer to anon struct literal to pointer to slice" {
- if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO