diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2022-10-24 10:42:41 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2022-10-25 05:11:29 -0400 |
| commit | ab468d57e3af5d158dfbe0229cc451ce62dd80dc (patch) | |
| tree | d628f8800d7a102182f85cfc6bc17154ed154497 /test/behavior/eval.zig | |
| parent | 15df64ade8e460141d6485340ca0f88d21f03c47 (diff) | |
| download | zig-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/eval.zig')
| -rw-r--r-- | test/behavior/eval.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/eval.zig b/test/behavior/eval.zig index 82bfee7e1c..7e46633172 100644 --- a/test/behavior/eval.zig +++ b/test/behavior/eval.zig @@ -718,7 +718,6 @@ test "*align(1) u16 is the same as *align(1:0:2) u16" { } test "array concatenation of function calls" { - 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; @@ -727,7 +726,6 @@ test "array concatenation of function calls" { } test "array multiplication of function calls" { - 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; |
