Skip to content

Commit c04b484

Browse files
committed
Update test value for general format value
1 parent cb0c49f commit c04b484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/github_issue_988.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void test()
2828
const auto r = to_chars(buffer, buffer + sizeof(buffer), decimal_value);
2929
BOOST_TEST(r);
3030
*r.ptr = '\0';
31-
BOOST_TEST_CSTR_EQ(buffer, "-9.9999999999984e-01");
31+
BOOST_TEST_CSTR_EQ(buffer, "-0.99999999999984");
3232
}
3333

3434
void general_precision_test()

0 commit comments

Comments
 (0)