chi2_quality.cc: Change -DSAMPLES=30000.

libstdc++-v3/

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

From-SVN: r205810
This commit is contained in:
Renlin Li 2013-12-09 17:23:50 +00:00 committed by Yufeng Zhang
parent 0404aca750
commit c38114079b
2 changed files with 5 additions and 1 deletions

View 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.

View 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.
//