Skip to content

Commit cad3805

Browse files
authored
Update readertest.cpp
1 parent f7d2cd2 commit cad3805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unittest/readertest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ static void TestParseDouble() {
207207

208208
TEST_DOUBLE(fullPrecision, "0.0", 0.0);
209209
TEST_DOUBLE(fullPrecision, "-0.0", -0.0); // For checking issue #289
210-
TEST_DOUBLE(fullPrecision, "0e100", 0.0); // Normalize() must not invoke __builtin_clzll(0)
210+
TEST_DOUBLE(fullPrecision, "0e100", 0.0); // For checking issue #1249
211211
TEST_DOUBLE(fullPrecision, "1.0", 1.0);
212212
TEST_DOUBLE(fullPrecision, "-1.0", -1.0);
213213
TEST_DOUBLE(fullPrecision, "1.5", 1.5);

0 commit comments

Comments
 (0)