diff options
Diffstat (limited to 'libcxx/test/algorithms/alg.modifying.operations/alg.remove/remove_if.pass.cpp')
-rw-r--r-- | libcxx/test/algorithms/alg.modifying.operations/alg.remove/remove_if.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.remove/remove_if.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.remove/remove_if.pass.cpp index 7493b87cae2..6da3a677a15 100644 --- a/libcxx/test/algorithms/alg.modifying.operations/alg.remove/remove_if.pass.cpp +++ b/libcxx/test/algorithms/alg.modifying.operations/alg.remove/remove_if.pass.cpp @@ -22,7 +22,7 @@ #include <memory> #endif -#include "../../../iterators.h" +#include "test_iterators.h" template <class Iter> void |