Try turning on slow test on number parsing
This commit is contained in:
parent
5dc52afd1e
commit
3a92374011
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user