]> gcc.gnu.org Git - gcc.git/commitdiff
chi2_quality.cc: Change -DSAMPLES=30000.
authorRenlin Li <renlin.li@arm.com>
Mon, 9 Dec 2013 17:23:50 +0000 (17:23 +0000)
committerYufeng Zhang <yufeng@gcc.gnu.org>
Mon, 9 Dec 2013 17:23:50 +0000 (17:23 +0000)
libstdc++-v3/

* testsuite/20_util/hash/chi2_quality.cc: Change -DSAMPLES=30000.

From-SVN: r205810

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/hash/chi2_quality.cc

index b9536b448bb508b19dea3098a2b97fdabac0eac2..a9943ddb8a3ffa46ed56ac7d80776e5e4fb57ffe 100644 (file)
@@ -1,3 +1,7 @@
+2013-12-09  Renlin Li <Renlin.Li@arm.com>
+
+       * testsuite/20_util/hash/chi2_quality.cc: Change -DSAMPLES=30000.
+
 2013-12-08  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        * testsuite/30_threads/async/async.cc: Fix race condition in test.
index dbf1cf7663d7e713f7c7466a93e406b25b897a00..4e50da0ff3f69205c8080b22276700d2eb4d4a94 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-options "-std=gnu++0x" }
 
 // Use smaller statistics when running on simulators, so it takes less time.
-// { dg-options "-std=gnu++0x -DSAMPLES=10000" { target simulator } }
+// { dg-options "-std=gnu++0x -DSAMPLES=30000" { target simulator } }
 
 // Copyright (C) 2010-2013 Free Software Foundation, Inc.
 //
This page took 0.058492 seconds and 5 git commands to generate.