Commit 3a923740 authored by miloyip's avatar miloyip

Try turning on slow test on number parsing

parent 5dc52afd
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment