diff options
Diffstat (limited to 'libcxx/test/containers/sequences/vector.bool/construct_iter_iter.pass.cpp')
-rw-r--r-- | libcxx/test/containers/sequences/vector.bool/construct_iter_iter.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/containers/sequences/vector.bool/construct_iter_iter.pass.cpp b/libcxx/test/containers/sequences/vector.bool/construct_iter_iter.pass.cpp index b64fd2d51be..e2c01ee4d9f 100644 --- a/libcxx/test/containers/sequences/vector.bool/construct_iter_iter.pass.cpp +++ b/libcxx/test/containers/sequences/vector.bool/construct_iter_iter.pass.cpp @@ -15,7 +15,7 @@ #include <vector> #include <cassert> -#include "../../../iterators.h" +#include "test_iterators.h" template <class C, class Iterator> void |