diff options
Diffstat (limited to 'libcxx/test/containers/sequences/vector/db_cindex.pass.cpp')
-rw-r--r-- | libcxx/test/containers/sequences/vector/db_cindex.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/containers/sequences/vector/db_cindex.pass.cpp b/libcxx/test/containers/sequences/vector/db_cindex.pass.cpp index 18ef2cfa815..133aa565282 100644 --- a/libcxx/test/containers/sequences/vector/db_cindex.pass.cpp +++ b/libcxx/test/containers/sequences/vector/db_cindex.pass.cpp @@ -21,7 +21,7 @@ #include <exception> #include <cstdlib> -#include "../../min_allocator.h" +#include "min_allocator.h" int main() { |