Revert "skip regressed LLVM 17 std lib test on powerpc"
This reverts commit 5b8af7a2a9.
Closes #16951.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user