diff options
author | Renlin Li <renlin.li@arm.com> | 2013-12-09 17:23:50 +0000 |
---|---|---|
committer | Yufeng Zhang <yufeng@gcc.gnu.org> | 2013-12-09 17:23:50 +0000 |
commit | c38114079be0514b9cc992fd9904ce77328ac81b (patch) | |
tree | 1daa6cd2dda016fc3c4e750d066f314478ea5acf /libstdc++-v3/testsuite/20_util/hash | |
parent | 0404aca750cf25a2cc22cd298ff38645f5257b36 (diff) | |
download | gcc-c38114079be0514b9cc992fd9904ce77328ac81b.tar.gz |
chi2_quality.cc: Change -DSAMPLES=30000.
libstdc++-v3/
* testsuite/20_util/hash/chi2_quality.cc: Change -DSAMPLES=30000.
From-SVN: r205810
Diffstat (limited to 'libstdc++-v3/testsuite/20_util/hash')
-rw-r--r-- | libstdc++-v3/testsuite/20_util/hash/chi2_quality.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/20_util/hash/chi2_quality.cc b/libstdc++-v3/testsuite/20_util/hash/chi2_quality.cc index dbf1cf7663d..4e50da0ff3f 100644 --- a/libstdc++-v3/testsuite/20_util/hash/chi2_quality.cc +++ b/libstdc++-v3/testsuite/20_util/hash/chi2_quality.cc @@ -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. // |