aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/eval.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2023-04-24 02:26:37 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2023-04-26 19:05:17 -0400
commit894406b9d3fec68d5390cb6b52a656aae534eeb1 (patch)
tree3c65a49048c575a0e355baa3bcac8e1ee57942d7 /test/behavior/eval.zig
parent1f18b53589bc96c812ba2ca022356122e91bbd27 (diff)
downloadzig-894406b9d3fec68d5390cb6b52a656aae534eeb1.tar.gz
zig-894406b9d3fec68d5390cb6b52a656aae534eeb1.zip
behavior: update passing cbe tests
Diffstat (limited to 'test/behavior/eval.zig')
-rw-r--r--test/behavior/eval.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/eval.zig b/test/behavior/eval.zig
index 0b3cf0771a..3566bdacb0 100644
--- a/test/behavior/eval.zig
+++ b/test/behavior/eval.zig
@@ -532,7 +532,6 @@ test "@tagName of @typeInfo" {
}
test "static eval list init" {
- 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
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO