| author | |
| committer | |
| log | 5339cac2ef69d81913444ae50c7b060e97e80709 |
| tree | 67c159906eb0c83714654ed7d633d94457c7cf1e |
| parent | 209a0d2a83c4d60d776a6346752732f35d146a45 |
It was temporarily disabled due to a self-hosted compiler
miscompilation.
closes #121781 files changed, 0 insertions(+), 6 deletions(-)
lib/std/hash/auto_hash.zig-6| ... | ... | @@ -374,12 +374,6 @@ test "testHash struct" { |
| 374 | 374 | } |
| 375 | 375 | |
| 376 | 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 | 377 | const Foo = union(enum) { |
| 384 | 378 | A: u32, |
| 385 | 379 | B: bool, |