diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2013-12-02 18:08:31 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2013-12-02 18:08:31 +0000 |
| commit | e7d582a75c9561ec243028bbc36a6b2f2b105409 (patch) | |
| tree | 9d0e44055d9ee3995441e11c73324a7ef228cfc2 /libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_copy.pass.cpp | |
| parent | fb76304f74cebd7db5d768cf22ee2b91380d2e43 (diff) | |
| download | bcm5719-llvm-e7d582a75c9561ec243028bbc36a6b2f2b105409.tar.gz bcm5719-llvm-e7d582a75c9561ec243028bbc36a6b2f2b105409.zip | |
Found two identical files named 'allocators.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change
llvm-svn: 196127
Diffstat (limited to 'libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_copy.pass.cpp')
| -rw-r--r-- | libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_copy.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_copy.pass.cpp b/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_copy.pass.cpp index 1a532e35b50..568ed9700db 100644 --- a/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_copy.pass.cpp +++ b/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_copy.pass.cpp @@ -17,7 +17,7 @@ #include <tuple> #include <cassert> -#include "../allocators.h" +#include "allocators.h" #include "../alloc_first.h" #include "../alloc_last.h" |

