]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/testsuite/25_algorithms/random_shuffle/moveable.cc
Shrink std::random_shuffle test to pass on simulators
authorAurelio Remonda <aurelio.remonda@tallertechnologies.com>
Fri, 16 Oct 2015 11:12:15 +0000 (11:12 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 16 Oct 2015 11:12:15 +0000 (12:12 +0100)
commit6b6254db8a902343e79632c547696915bc1e21de
tree7df230b0adb68511c140d85e15d7f3c67bca2d33
parent6d244704f731efd9c4590ac6697aad4b733f97b1
Shrink std::random_shuffle test to pass on simulators

2015-10-16  Aurelio Remonda  <aurelio.remonda@tallertechnologies.com>

* testsuite/25_algorithms/random_shuffle/moveable.cc: Change variable
N from const int N = 200000 to const unsigned int N = 10000.
Delete useless fill_ascending function call.

From-SVN: r228876
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/25_algorithms/random_shuffle/moveable.cc