diff options
Diffstat (limited to 'libcxx/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp')
-rw-r--r-- | libcxx/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp index 3e61b1cef78..91164113cfd 100644 --- a/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp +++ b/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp @@ -9,7 +9,7 @@ // <algorithm> -// template<ShuffleIterator Iter> +// template<ShuffleIterator Iter> // Iter // rotate(Iter first, Iter middle, Iter last); @@ -419,7 +419,7 @@ test1() assert(*ig[5] == 2); } -#endif +#endif // _LIBCPP_MOVE int main() { @@ -435,5 +435,5 @@ int main() test1<random_access_iterator<std::unique_ptr<int>*> >(); test1<std::unique_ptr<int>*>(); -#endif +#endif // _LIBCPP_MOVE } |