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 | 2 | ||||
-rw-r--r-- | libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp | 2 |
2 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 4656a9d75eb..6c49605b661 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 @@ -17,7 +17,7 @@ #include <algorithm> #include <cassert> -#include "../../../iterators.h" +#include "test_iterators.h" template <class Iter> void 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 e6ffd4df2c7..70840d187bf 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 @@ -16,7 +16,7 @@ #include <algorithm> #include <cassert> -#include "../../../iterators.h" +#include "test_iterators.h" template <class InIter, class OutIter> void |