Try turning on slow test on number parsing

This commit is contained in:
miloyip 2015-04-14 12:01:41 +08:00
parent 5dc52afd1e
commit 3a92374011

View File

@ -263,7 +263,7 @@ static void TestParseDouble() {
TEST_DOUBLE(fullPrecision, n1e308, 1E308);
}
#if 0 // Very slow
#if 1 // Very slow
static const unsigned count = 10000000;
// Random test for double
{