mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 06:15:21 +00:00
std: re-enable test case for fixed bug
The miscompilation in question has been fixed upstream in LLVM 14. closes #9879
This commit is contained in:
parent
68f2d6cb24
commit
61aaef0b07
@ -1341,10 +1341,6 @@ test "IntegerBitSet" {
|
||||
}
|
||||
|
||||
test "ArrayBitSet" {
|
||||
if (@import("builtin").cpu.arch == .aarch64) {
|
||||
// https://github.com/ziglang/zig/issues/9879
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
inline for (.{ 0, 1, 2, 31, 32, 33, 63, 64, 65, 254, 500, 3000 }) |size| {
|
||||
try testStaticBitSet(ArrayBitSet(u8, size));
|
||||
try testStaticBitSet(ArrayBitSet(u16, size));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user