summaryrefslogtreecommitdiffstats
path: root/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp')
-rw-r--r--libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
index 34e95634504..27f92bcc856 100644
--- a/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
+++ b/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
@@ -9,8 +9,8 @@
// <algorithm>
-// template<BidirectionalIterator Iter>
-// requires HasSwap<Iter::reference, Iter::reference>
+// template<BidirectionalIterator Iter>
+// requires HasSwap<Iter::reference, Iter::reference>
// void
// reverse(Iter first, Iter last);
OpenPOWER on IntegriCloud