mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Revert "skip regressed LLVM 17 std lib test on powerpc"
This reverts commit 5b8af7a2a9.
Closes #16951.
This commit is contained in:
parent
bedf806672
commit
c7e99b93a4
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Add table
Reference in a new issue