mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 16:24:51 +00:00
disable failing behavior test: "bitcast packed union to integer"
see tracking issue #19384
This commit is contained in:
parent
4dc50151c4
commit
af09d93925
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user