diff options
Diffstat (limited to 'test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.cxx1z.pass.cpp')
-rw-r--r-- | test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.cxx1z.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.cxx1z.pass.cpp b/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.cxx1z.pass.cpp index 8214e1e206861..ef3ef7519d694 100644 --- a/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.cxx1z.pass.cpp +++ b/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.cxx1z.pass.cpp @@ -12,7 +12,7 @@ // template <class RandomAccessIterator> // void // random_shuffle(RandomAccessIterator first, RandomAccessIterator last); -// +// // template <class RandomAccessIterator, class RandomNumberGenerator> // void // random_shuffle(RandomAccessIterator first, RandomAccessIterator last, |