diff options
author | Billy Robert O'Neal III <bion@microsoft.com> | 2017-11-22 12:29:17 +0000 |
---|---|---|
committer | Billy Robert O'Neal III <bion@microsoft.com> | 2017-11-22 12:29:17 +0000 |
commit | 63db89ff69d7ab686be2d8eeea7c565739bf7502 (patch) | |
tree | 98c9f41c204554ca43f07ca776942baeffda5dfd /libcxx/test/std/utilities/tuple | |
parent | dd059c161d6fbb2caf9bba34fbfaf66cdec7c6ce (diff) | |
download | bcm5719-llvm-63db89ff69d7ab686be2d8eeea7c565739bf7502.tar.gz bcm5719-llvm-63db89ff69d7ab686be2d8eeea7c565739bf7502.zip |
Add another test_macros.h include I missed to tuple.by.type.pass.cpp
llvm-svn: 318830
Diffstat (limited to 'libcxx/test/std/utilities/tuple')
-rw-r--r-- | libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.fail.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.fail.cpp b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.fail.cpp index 2f7ee4442c3..af942480675 100644 --- a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.fail.cpp +++ b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.fail.cpp @@ -11,6 +11,7 @@ #include <tuple> #include <string> +#include "test_macros.h" struct UserType {}; |