From 3a92374011bb7e7b8f1dac3819d7a0e0cfc3aebc Mon Sep 17 00:00:00 2001 From: miloyip Date: Tue, 14 Apr 2015 12:01:41 +0800 Subject: [PATCH] Try turning on slow test on number parsing --- test/unittest/readertest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unittest/readertest.cpp b/test/unittest/readertest.cpp index f5f6cce..38abe68 100644 --- a/test/unittest/readertest.cpp +++ b/test/unittest/readertest.cpp @@ -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 {