diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2013-12-02 17:00:56 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2013-12-02 17:00:56 +0000 |
| commit | a26fcc7989405df40ba181bd13678cab6f651723 (patch) | |
| tree | c72e9f7b0193b579fe18814516f73894e2f73c65 /libcxx/test/containers/sequences | |
| parent | f4e6b29a03dc48e358c117609ba25fe64a53fa2f (diff) | |
| download | bcm5719-llvm-a26fcc7989405df40ba181bd13678cab6f651723.tar.gz bcm5719-llvm-a26fcc7989405df40ba181bd13678cab6f651723.zip | |
Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change
llvm-svn: 196118
Diffstat (limited to 'libcxx/test/containers/sequences')
13 files changed, 13 insertions, 13 deletions
diff --git a/libcxx/test/containers/sequences/deque/deque.cons/size.pass.cpp b/libcxx/test/containers/sequences/deque/deque.cons/size.pass.cpp index 8ce1ab2fd9f..d2e324b0e3f 100644 --- a/libcxx/test/containers/sequences/deque/deque.cons/size.pass.cpp +++ b/libcxx/test/containers/sequences/deque/deque.cons/size.pass.cpp @@ -15,7 +15,7 @@ #include <cassert> #include "../../../stack_allocator.h" -#include "../../../DefaultOnly.h" +#include "DefaultOnly.h" #include "min_allocator.h" template <class T, class Allocator> diff --git a/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/size.fail.cpp b/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/size.fail.cpp index b80b947d61e..2d963a1be47 100644 --- a/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/size.fail.cpp +++ b/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/size.fail.cpp @@ -14,7 +14,7 @@ #include <forward_list> #include <cassert> -#include "../../../DefaultOnly.h" +#include "DefaultOnly.h" int main() { diff --git a/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/size.pass.cpp b/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/size.pass.cpp index 1bebcd4dec0..e02dcb4bf69 100644 --- a/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/size.pass.cpp +++ b/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/size.pass.cpp @@ -15,7 +15,7 @@ #include <forward_list> #include <cassert> -#include "../../../DefaultOnly.h" +#include "DefaultOnly.h" #include "min_allocator.h" template <class T, class Allocator> diff --git a/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/resize_size.pass.cpp b/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/resize_size.pass.cpp index 20861368b43..ef7ef82626d 100644 --- a/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/resize_size.pass.cpp +++ b/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/resize_size.pass.cpp @@ -14,7 +14,7 @@ #include <forward_list> #include <cassert> -#include "../../../DefaultOnly.h" +#include "DefaultOnly.h" #include "min_allocator.h" int main() diff --git a/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/resize_size_value.pass.cpp b/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/resize_size_value.pass.cpp index d722b925e19..d4bd6b4e011 100644 --- a/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/resize_size_value.pass.cpp +++ b/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/resize_size_value.pass.cpp @@ -14,7 +14,7 @@ #include <forward_list> #include <cassert> -#include "../../../DefaultOnly.h" +#include "DefaultOnly.h" #include "min_allocator.h" int main() diff --git a/libcxx/test/containers/sequences/list/list.capacity/resize_size.pass.cpp b/libcxx/test/containers/sequences/list/list.capacity/resize_size.pass.cpp index 7f0ebc980b4..14629b173a6 100644 --- a/libcxx/test/containers/sequences/list/list.capacity/resize_size.pass.cpp +++ b/libcxx/test/containers/sequences/list/list.capacity/resize_size.pass.cpp @@ -13,7 +13,7 @@ #include <list> #include <cassert> -#include "../../../DefaultOnly.h" +#include "DefaultOnly.h" #include "min_allocator.h" int main() diff --git a/libcxx/test/containers/sequences/list/list.capacity/resize_size_value.pass.cpp b/libcxx/test/containers/sequences/list/list.capacity/resize_size_value.pass.cpp index ab171d5cc7e..2738ffbbefd 100644 --- a/libcxx/test/containers/sequences/list/list.capacity/resize_size_value.pass.cpp +++ b/libcxx/test/containers/sequences/list/list.capacity/resize_size_value.pass.cpp @@ -13,7 +13,7 @@ #include <list> #include <cassert> -#include "../../../DefaultOnly.h" +#include "DefaultOnly.h" #include "min_allocator.h" int main() diff --git a/libcxx/test/containers/sequences/list/list.cons/copy.pass.cpp b/libcxx/test/containers/sequences/list/list.cons/copy.pass.cpp index 0d093bd2a55..41e72f79de7 100644 --- a/libcxx/test/containers/sequences/list/list.cons/copy.pass.cpp +++ b/libcxx/test/containers/sequences/list/list.cons/copy.pass.cpp @@ -13,7 +13,7 @@ #include <list> #include <cassert> -#include "../../../DefaultOnly.h" +#include "DefaultOnly.h" #include "../../../test_allocator.h" #include "min_allocator.h" diff --git a/libcxx/test/containers/sequences/list/list.cons/copy_alloc.pass.cpp b/libcxx/test/containers/sequences/list/list.cons/copy_alloc.pass.cpp index 910021c6853..f11e870805b 100644 --- a/libcxx/test/containers/sequences/list/list.cons/copy_alloc.pass.cpp +++ b/libcxx/test/containers/sequences/list/list.cons/copy_alloc.pass.cpp @@ -13,7 +13,7 @@ #include <list> #include <cassert> -#include "../../../DefaultOnly.h" +#include "DefaultOnly.h" #include "../../../test_allocator.h" #include "min_allocator.h" diff --git a/libcxx/test/containers/sequences/list/list.cons/default.pass.cpp b/libcxx/test/containers/sequences/list/list.cons/default.pass.cpp index e992dca9c7f..6962d28a596 100644 --- a/libcxx/test/containers/sequences/list/list.cons/default.pass.cpp +++ b/libcxx/test/containers/sequences/list/list.cons/default.pass.cpp @@ -13,7 +13,7 @@ #include <list> #include <cassert> -#include "../../../DefaultOnly.h" +#include "DefaultOnly.h" #include "min_allocator.h" int main() diff --git a/libcxx/test/containers/sequences/list/list.cons/size_type.pass.cpp b/libcxx/test/containers/sequences/list/list.cons/size_type.pass.cpp index b72c9ca70e1..75b93a3dfb6 100644 --- a/libcxx/test/containers/sequences/list/list.cons/size_type.pass.cpp +++ b/libcxx/test/containers/sequences/list/list.cons/size_type.pass.cpp @@ -13,7 +13,7 @@ #include <list> #include <cassert> -#include "../../../DefaultOnly.h" +#include "DefaultOnly.h" #include "../../../stack_allocator.h" #include "min_allocator.h" diff --git a/libcxx/test/containers/sequences/list/list.cons/size_value_alloc.pass.cpp b/libcxx/test/containers/sequences/list/list.cons/size_value_alloc.pass.cpp index e1d768e4446..12da86da0a4 100644 --- a/libcxx/test/containers/sequences/list/list.cons/size_value_alloc.pass.cpp +++ b/libcxx/test/containers/sequences/list/list.cons/size_value_alloc.pass.cpp @@ -13,7 +13,7 @@ #include <list> #include <cassert> -#include "../../../DefaultOnly.h" +#include "DefaultOnly.h" #include "../../../stack_allocator.h" #include "min_allocator.h" diff --git a/libcxx/test/containers/sequences/vector/vector.cons/construct_size.pass.cpp b/libcxx/test/containers/sequences/vector/vector.cons/construct_size.pass.cpp index 800c732194b..0cff78dd04f 100644 --- a/libcxx/test/containers/sequences/vector/vector.cons/construct_size.pass.cpp +++ b/libcxx/test/containers/sequences/vector/vector.cons/construct_size.pass.cpp @@ -14,7 +14,7 @@ #include <vector> #include <cassert> -#include "../../../DefaultOnly.h" +#include "DefaultOnly.h" #include "min_allocator.h" #include "../../../test_allocator.h" |

