| author | |
| committer | |
| log | c7e99b93a4c40c664009918d689ebed1e419fcb8 |
| tree | 8f1cc2aed7c99e6ea3c12c4cf18ac725cde021ac |
| parent | bedf806672d9e00203f9942c62887b271d12eb7f |
This reverts commit 5b8af7a2a9140fd0533961b62addc61f57b33343.
Closes #16951.1 files changed, 0 insertions(+), 5 deletions(-)
lib/std/mem.zig-5| ... | ... | @@ -4637,11 +4637,6 @@ test "read/write(Var)PackedInt" { |
| 4637 | 4637 | else => {}, |
| 4638 | 4638 | } |
| 4639 | 4639 | |
| 4640 | if (builtin.cpu.arch == .powerpc) { | |
| 4641 | // https://github.com/ziglang/zig/issues/16951 | |
| 4642 | return error.SkipZigTest; | |
| 4643 | } | |
| 4644 | ||
| 4645 | 4640 | const foreign_endian: Endian = if (native_endian == .big) .little else .big; |
| 4646 | 4641 | const expect = std.testing.expect; |
| 4647 | 4642 | var prng = std.Random.DefaultPrng.init(1234); |