diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2006-06-27 22:54:02 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2006-06-27 22:54:02 +0000 |
commit | 80d207e326f986e534a65f5c84b3e7533e392882 (patch) | |
tree | 8466b17fc387b6effb426ade7d41f16598c887f9 | |
parent | 9e01bff779fdaf1fb6621fe30f679d6aca0029ec (diff) | |
download | gcc-80d207e326f986e534a65f5c84b3e7533e392882.zip gcc-80d207e326f986e534a65f5c84b3e7533e392882.tar.gz gcc-80d207e326f986e534a65f5c84b3e7533e392882.tar.bz2 |
rand_regression_test.hpp: Revert.
2006-06-27 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/util/regression/rand/priority_queue/
rand_regression_test.hpp: Revert.
From-SVN: r115040
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 14a71d5..5606bf2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,10 @@ 2006-06-27 Benjamin Kosnik <bkoz@redhat.com> + * testsuite/util/regression/rand/priority_queue/ + rand_regression_test.hpp: Revert. + +2006-06-27 Benjamin Kosnik <bkoz@redhat.com> + * include/ext/typelist.h (typelist_append): To append_typelist. (typelist): To node. Enclose in namespace typelist. diff --git a/libstdc++-v3/testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp b/libstdc++-v3/testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp index 31b912f..ebd6d33 100644 --- a/libstdc++-v3/testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp +++ b/libstdc++-v3/testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp @@ -115,7 +115,7 @@ namespace detail double dp = 0.1; double ep = 0.2; double cp = 0.001; - double mp = 0.25; + double mp = 1; bool disp = false; // show progress try |