aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/undefined.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2022-10-24 10:42:41 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2022-10-25 05:11:29 -0400
commitab468d57e3af5d158dfbe0229cc451ce62dd80dc (patch)
treed628f8800d7a102182f85cfc6bc17154ed154497 /test/behavior/undefined.zig
parent15df64ade8e460141d6485340ca0f88d21f03c47 (diff)
downloadzig-ab468d57e3af5d158dfbe0229cc451ce62dd80dc.tar.gz
zig-ab468d57e3af5d158dfbe0229cc451ce62dd80dc.zip
cbe: implement packed structs
Sometimes you have to break a test to make progress :)
Diffstat (limited to 'test/behavior/undefined.zig')
-rw-r--r--test/behavior/undefined.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/undefined.zig b/test/behavior/undefined.zig
index 52cde0057e..945d820a6b 100644
--- a/test/behavior/undefined.zig
+++ b/test/behavior/undefined.zig
@@ -15,7 +15,6 @@ const static_array = initStaticArray();
test "init static array to undefined" {
// This test causes `initStaticArray()` to be codegen'd, and the
// C backend does not yet support returning arrays, so it fails
- if (builtin.zig_backend == .stage2_c) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;