| author | |
| committer | |
| log | 6def6beacd4b903ca5ebd394b2e2bd508e4364a0 |
| tree | f3a2f3b34d19b7fb7a93957bde1ff93c2ddeeea3 |
| parent | 959801030395204a5ce0e2dbcc514e6729899e94 |
| signature |
https://github.com/ziglang/zig/issues/239221 files changed, 1 insertions(+), 1 deletions(-)
lib/std/zon/parse.zig+1-1| ... | ... | @@ -2795,7 +2795,7 @@ test "std.zon negative char" { |
| 2795 | 2795 | } |
| 2796 | 2796 | |
| 2797 | 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 | 2800 | const gpa = std.testing.allocator; |
| 2801 | 2801 |