Revert "skip regressed LLVM 17 std lib test on powerpc"

This reverts commit 5b8af7a2a9.

Closes #16951.
This commit is contained in:
Alex Rønne Petersen 2025-02-24 15:36:37 +01:00
parent bedf806672
commit c7e99b93a4

View file

@ -4637,11 +4637,6 @@ test "read/write(Var)PackedInt" {
else => {},
}
if (builtin.cpu.arch == .powerpc) {
// https://github.com/ziglang/zig/issues/16951
return error.SkipZigTest;
}
const foreign_endian: Endian = if (native_endian == .big) .little else .big;
const expect = std.testing.expect;
var prng = std.Random.DefaultPrng.init(1234);