aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVeikka Tuominen <git@vexu.eu>2022-11-27 19:21:22 +0200
committerVeikka Tuominen <git@vexu.eu>2022-11-30 15:14:33 +0200
commit2dcac348e57a2b071270cd3183d3e4f63af4ca7c (patch)
treea9561a91f7feffc86d45e5e74c31d62383f27b98 /test
parent1a1a5702abd61bb670b26bfa4a02d0ff7a6cc84b (diff)
downloadzig-2dcac348e57a2b071270cd3183d3e4f63af4ca7c.tar.gz
zig-2dcac348e57a2b071270cd3183d3e4f63af4ca7c.zip
cbe: implement packed unions
Diffstat (limited to 'test')
-rw-r--r--test/behavior/union.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/union.zig b/test/behavior/union.zig
index aaeb586cdf..6e91202776 100644
--- a/test/behavior/union.zig
+++ b/test/behavior/union.zig
@@ -1376,7 +1376,6 @@ test "union field ptr - zero sized field" {
test "packed union in packed struct" {
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO
- if (builtin.zig_backend == .stage2_c) 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_wasm) return error.SkipZigTest; // TODO