commit | e34f6f6a12ab7e203144ff04b2d1940f52e2ec9b | [log] [tgz] |
---|---|---|
author | Marshall Clow <mclow.lists@gmail.com> | Tue Nov 26 20:58:02 2013 +0000 |
committer | Marshall Clow <mclow.lists@gmail.com> | Tue Nov 26 20:58:02 2013 +0000 |
tree | 887780bdf017f8972bf1a1de936ff490dd72f58a | |
parent | 2c9838f622e53df0095841634b30a5306592b434 [diff] [blame] |
There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. llvm-svn: 195785
diff --git a/libcxx/test/strings/basic.string/string.access/db_cfront.pass.cpp b/libcxx/test/strings/basic.string/string.access/db_cfront.pass.cpp index d36885e..9f7785b 100644 --- a/libcxx/test/strings/basic.string/string.access/db_cfront.pass.cpp +++ b/libcxx/test/strings/basic.string/string.access/db_cfront.pass.cpp
@@ -21,7 +21,7 @@ #include <exception> #include <cstdlib> -#include "../min_allocator.h" +#include "min_allocator.h" int main() {