r228876 - in /trunk/libstdc++-v3: ChangeLog tes...

redi@gcc.gnu.org redi@gcc.gnu.org
Fri Oct 16 11:12:00 GMT 2015


Author: redi
Date: Fri Oct 16 11:12:15 2015
New Revision: 228876

URL: https://gcc.gnu.org/viewcvs?rev=228876&root=gcc&view=rev
Log:
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.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/25_algorithms/random_shuffle/moveable.cc



More information about the Libstdc++-cvs mailing list