Skip to content

Commit 74e00e1

Browse files
committed
fix double test in float region in basictest
1 parent 558bec8 commit 74e00e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basictest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ TEST_CASE("float.decimal_point") {
15611561
"0,"
15621562
"000000000000000000000000000000000000011754943508222875079687365372222456"
15631563
"778186655567720875215087517062784172594547271728515625",
1564-
0.000000000000000000000000000000000000011754943508222875079687365372222456778186655567720875215087517062784172594547271728515625);
1564+
0.000000000000000000000000000000000000011754943508222875079687365372222456778186655567720875215087517062784172594547271728515625f);
15651565
verify_options(
15661566
"0,"
15671567
"000000000000000000000000000000000000000000001401298464324817070923729583"

0 commit comments

Comments
 (0)