diff options
Diffstat (limited to 'libcxx/test/algorithms/alg.modifying.operations/alg.reverse')
-rw-r--r-- | libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp | 4 | ||||
-rw-r--r-- | libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp | 2 |
2 files changed, 3 insertions, 3 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); diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp index c11dacde701..be90461e072 100644 --- a/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp +++ b/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp @@ -9,7 +9,7 @@ // <algorithm> -// template<BidirectionalIterator InIter, OutputIterator<auto, InIter::reference> OutIter> +// template<BidirectionalIterator InIter, OutputIterator<auto, InIter::reference> OutIter> // OutIter // reverse_copy(InIter first, InIter last, OutIter result); |