Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilly Robert O'Neal III <bion@microsoft.com>2017-11-22 15:29:17 +0300
committerBilly Robert O'Neal III <bion@microsoft.com>2017-11-22 15:29:17 +0300
commit63db89ff69d7ab686be2d8eeea7c565739bf7502 (patch)
tree98c9f41c204554ca43f07ca776942baeffda5dfd /libcxx/test
parentdd059c161d6fbb2caf9bba34fbfaf66cdec7c6ce (diff)
Add another test_macros.h include I missed to tuple.by.type.pass.cpp
llvm-svn: 318830
Diffstat (limited to 'libcxx/test')
-rw-r--r--libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.fail.cpp1
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 2f7ee4442c3c..af9424806752 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 {};