diff options
Diffstat (limited to 'libcxx/test/containers/sequences/vector.bool/construct_default.pass.cpp')
-rw-r--r-- | libcxx/test/containers/sequences/vector.bool/construct_default.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/containers/sequences/vector.bool/construct_default.pass.cpp b/libcxx/test/containers/sequences/vector.bool/construct_default.pass.cpp index fa396abddb7..f7ec5db5e9b 100644 --- a/libcxx/test/containers/sequences/vector.bool/construct_default.pass.cpp +++ b/libcxx/test/containers/sequences/vector.bool/construct_default.pass.cpp @@ -16,7 +16,7 @@ #include <cassert> #include "../../test_allocator.h" -#include "../../min_allocator.h" +#include "min_allocator.h" template <class C> void |