| ... | @@ -2795,7 +2795,7 @@ test "std.zon negative char" { | ... | @@ -2795,7 +2795,7 @@ test "std.zon negative char" { |
| 2795 | } | 2795 | } |
| 2796 | | 2796 | |
| 2797 | test "std.zon parse float" { | 2797 | test "std.zon parse float" { |
| 2798 | if (builtin.cpu.arch == .x86 and builtin.abi == .musl and builtin.link_mode == .dynamic) return error.SkipZigTest; | 2798 | if (builtin.cpu.arch == .x86) return error.SkipZigTest; |
| 2799 | | 2799 | |
| 2800 | const gpa = std.testing.allocator; | 2800 | const gpa = std.testing.allocator; |
| 2801 | | 2801 | |