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/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp | |
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/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp')
-rw-r--r-- | libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp b/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp index d25bdf9f754..cfbdaedfc5a 100644 --- a/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp +++ b/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp @@ -17,7 +17,7 @@ #include <tuple> #include <cassert> -#include "../DefaultOnly.h" +#include "DefaultOnly.h" #include "../allocators.h" #include "../alloc_first.h" #include "../alloc_last.h" |