Skip to content

Commit c7e99b9

Browse files
committed
Revert "skip regressed LLVM 17 std lib test on powerpc"
This reverts commit 5b8af7a. Closes #16951.
1 parent bedf806 commit c7e99b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/std/mem.zig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4637,11 +4637,6 @@ test "read/write(Var)PackedInt" {
46374637
else => {},
46384638
}
46394639

4640-
if (builtin.cpu.arch == .powerpc) {
4641-
// https://github.com/ziglang/zig/issues/16951
4642-
return error.SkipZigTest;
4643-
}
4644-
46454640
const foreign_endian: Endian = if (native_endian == .big) .little else .big;
46464641
const expect = std.testing.expect;
46474642
var prng = std.Random.DefaultPrng.init(1234);

0 commit comments

Comments
 (0)