diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-03-24 09:57:09 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-03-24 09:57:09 -0400 |
| commit | 93c7fa105f9cc4dbb36192469ecff47102d955d6 (patch) | |
| tree | 73b1484fbc82d170ec456053d954e241c5280a46 /lib/std/fmt/parse_float.zig | |
| parent | 5acc8afb5f9674b9b7b290635e9c2837872b8a93 (diff) | |
| parent | 94f7c560015f7cb7ed8046339e2d0724dc86fcd6 (diff) | |
| download | zig-93c7fa105f9cc4dbb36192469ecff47102d955d6.tar.gz zig-93c7fa105f9cc4dbb36192469ecff47102d955d6.zip | |
Merge remote-tracking branch 'origin/llvm10'
LLVM 10 was released today
Diffstat (limited to 'lib/std/fmt/parse_float.zig')
| -rw-r--r-- | lib/std/fmt/parse_float.zig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/std/fmt/parse_float.zig b/lib/std/fmt/parse_float.zig index c62d614a6f..0268ca96cc 100644 --- a/lib/std/fmt/parse_float.zig +++ b/lib/std/fmt/parse_float.zig @@ -382,10 +382,6 @@ pub fn parseFloat(comptime T: type, s: []const u8) !T { } test "fmt.parseFloat" { - if (std.Target.current.os.tag == .windows) { - // TODO https://github.com/ziglang/zig/issues/508 - return error.SkipZigTest; - } const testing = std.testing; const expect = testing.expect; const expectEqual = testing.expectEqual; |
