aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/error.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2022-10-20 05:47:54 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2022-10-25 05:11:29 -0400
commit8b6a3ba74ea50602284543382ff1729a60b75122 (patch)
treef2df9b5599c4a7d9ade4e581782248db33ddeb09 /test/behavior/error.zig
parent3d90ee50ff184dd7a94005f2769d055e460ad290 (diff)
downloadzig-8b6a3ba74ea50602284543382ff1729a60b75122.tar.gz
zig-8b6a3ba74ea50602284543382ff1729a60b75122.zip
cbe: fix typedef declaration order
Diffstat (limited to 'test/behavior/error.zig')
-rw-r--r--test/behavior/error.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/error.zig b/test/behavior/error.zig
index 25ac894c6c..2013cbcfa3 100644
--- a/test/behavior/error.zig
+++ b/test/behavior/error.zig
@@ -470,7 +470,6 @@ test "function pointer with return type that is error union with payload which i
return error.SkipZigTest;
}
- 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