aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/basic.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/basic.zig
parent1f18b53589bc96c812ba2ca022356122e91bbd27 (diff)
downloadzig-894406b9d3fec68d5390cb6b52a656aae534eeb1.tar.gz
zig-894406b9d3fec68d5390cb6b52a656aae534eeb1.zip
behavior: update passing cbe tests
Diffstat (limited to 'test/behavior/basic.zig')
-rw-r--r--test/behavior/basic.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/basic.zig b/test/behavior/basic.zig
index d9c3dfb060..06b1fdda64 100644
--- a/test/behavior/basic.zig
+++ b/test/behavior/basic.zig
@@ -785,7 +785,6 @@ fn manyptrConcat(comptime s: [*:0]const u8) [*:0]const u8 {
test "comptime manyptr concatenation" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
- if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
const s = "epic";