mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
Revert "skip regressed LLVM 17 std lib test on powerpc"
This reverts commit 5b8af7a2a9140fd0533961b62addc61f57b33343. Closes #16951.
This commit is contained in:
parent
bedf806672
commit
c7e99b93a4
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user