| ... | @@ -374,12 +374,6 @@ test "testHash struct" { | ... | @@ -374,12 +374,6 @@ test "testHash struct" { |
| 374 | } | 374 | } |
| 375 | | 375 | |
| 376 | test "testHash union" { | 376 | test "testHash union" { |
| 377 | const builtin = @import("builtin"); | | |
| 378 | if (builtin.zig_backend == .stage2_llvm and builtin.mode == .ReleaseSafe) { | | |
| 379 | // https://github.com/ziglang/zig/issues/12178 | | |
| 380 | return error.SkipZigTest; | | |
| 381 | } | | |
| 382 | | | |
| 383 | const Foo = union(enum) { | 377 | const Foo = union(enum) { |
| 384 | A: u32, | 378 | A: u32, |
| 385 | B: bool, | 379 | B: bool, |