From 7fc6a55688c816f5fc1a5481ae7af25be7500356 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Fri, 31 May 2019 18:35:30 +0000 Subject: Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. llvm-svn: 362252 --- .../utilities/function.objects/refwrap/refwrap.const/copy_ctor.pass.cpp | 2 ++ .../function.objects/refwrap/refwrap.const/ctor.incomplete.pass.cpp | 2 ++ .../utilities/function.objects/refwrap/refwrap.const/type_ctor.pass.cpp | 2 ++ 3 files changed, 6 insertions(+) (limited to 'libcxx/test/std/utilities/function.objects/refwrap/refwrap.const') diff --git a/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/copy_ctor.pass.cpp b/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/copy_ctor.pass.cpp index 355047d98ce..a20cf8f3bd3 100644 --- a/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/copy_ctor.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/copy_ctor.pass.cpp @@ -15,6 +15,8 @@ #include #include +#include "test_macros.h" + class functor1 { }; diff --git a/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/ctor.incomplete.pass.cpp b/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/ctor.incomplete.pass.cpp index d26e4cb9011..c0e50022cb4 100644 --- a/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/ctor.incomplete.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/ctor.incomplete.pass.cpp @@ -18,6 +18,8 @@ #include #include +#include "test_macros.h" + struct Foo; diff --git a/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/type_ctor.pass.cpp b/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/type_ctor.pass.cpp index a43d0fd2510..4d536a20411 100644 --- a/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/type_ctor.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/type_ctor.pass.cpp @@ -15,6 +15,8 @@ #include #include +#include "test_macros.h" + class functor1 { }; -- cgit v1.2.3