srctree
repos
owner
network
issues
0
diffs
0
Public
Andrew Kelley
parent
4dc50151
af09d939
disable failing behavior test: "bitcast packed union to integer"
see tracking issue #19384
inline
split
test/behavior/comptime_memory.zig
added: 5, removed: 1, total 4
@@ -400,6 +400,10 @@ test "accessing reinterpreted memory of parent object" {
}
test "bitcast packed union to integer" {
if (true) {
// https://github.com/ziglang/zig/issues/19384
return error.SkipZigTest;
}
const U = packed union {
x: u1,
y: u2,