diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2013-12-03 00:18:10 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2013-12-03 00:18:10 +0000 |
commit | c3deeb5f89f0fa733e4e2c4d260d6f816d6b1b5e (patch) | |
tree | a59c2eb3bc80868163acd2b90331ceb4fed6fb67 /libcxx/test/strings/basic.string/string.cons/move_assign_noexcept.pass.cpp | |
parent | ba71833846c66d80ccc52c3fec57772f5995bf5b (diff) | |
download | bcm5719-llvm-c3deeb5f89f0fa733e4e2c4d260d6f816d6b1b5e.tar.gz bcm5719-llvm-c3deeb5f89f0fa733e4e2c4d260d6f816d6b1b5e.zip |
Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later.
llvm-svn: 196174
Diffstat (limited to 'libcxx/test/strings/basic.string/string.cons/move_assign_noexcept.pass.cpp')
-rw-r--r-- | libcxx/test/strings/basic.string/string.cons/move_assign_noexcept.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/strings/basic.string/string.cons/move_assign_noexcept.pass.cpp b/libcxx/test/strings/basic.string/string.cons/move_assign_noexcept.pass.cpp index fdcf4785fbc..32c9514a915 100644 --- a/libcxx/test/strings/basic.string/string.cons/move_assign_noexcept.pass.cpp +++ b/libcxx/test/strings/basic.string/string.cons/move_assign_noexcept.pass.cpp @@ -19,7 +19,7 @@ #include <string> #include <cassert> -#include "../test_allocator.h" +#include "test_allocator.h" template <class T> struct some_alloc |