aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std/json')
-rw-r--r--lib/std/json/test.zig8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/std/json/test.zig b/lib/std/json/test.zig
index 6873fa038a..5d46b75a48 100644
--- a/lib/std/json/test.zig
+++ b/lib/std/json/test.zig
@@ -1751,11 +1751,9 @@ test "i_number_double_huge_neg_exp" {
}
test "i_number_huge_exp" {
- return error.SkipZigTest;
- // FIXME Integer overflow in parseFloat
- // any(
- // \\[0.4e00669999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999969999999006]
- // );
+ any(
+ \\[0.4e00669999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999969999999006]
+ );
}
test "i_number_neg_int_huge_exp" {