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 --- .../input.output/file.streams/fstreams/fstream.members/close.pass.cpp | 1 + .../file.streams/fstreams/fstream.members/open_path.pass.cpp | 1 + .../file.streams/fstreams/fstream.members/open_pointer.pass.cpp | 1 + .../file.streams/fstreams/fstream.members/open_string.pass.cpp | 1 + .../input.output/file.streams/fstreams/fstream.members/rdbuf.pass.cpp | 2 ++ 5 files changed, 6 insertions(+) (limited to 'libcxx/test/std/input.output/file.streams/fstreams/fstream.members') diff --git a/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/close.pass.cpp b/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/close.pass.cpp index 94a06c4670c..ac708d12e53 100644 --- a/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/close.pass.cpp +++ b/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/close.pass.cpp @@ -15,6 +15,7 @@ #include #include +#include "test_macros.h" #include "platform_support.h" int main(int, char**) diff --git a/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/open_path.pass.cpp b/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/open_path.pass.cpp index f9de1c7d762..27dcc3387fd 100644 --- a/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/open_path.pass.cpp +++ b/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/open_path.pass.cpp @@ -19,6 +19,7 @@ #include #include #include +#include "test_macros.h" #include "platform_support.h" int main(int, char**) { diff --git a/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/open_pointer.pass.cpp b/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/open_pointer.pass.cpp index 32f1d0096a3..a406c6afb84 100644 --- a/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/open_pointer.pass.cpp +++ b/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/open_pointer.pass.cpp @@ -15,6 +15,7 @@ #include #include +#include "test_macros.h" #include "platform_support.h" int main(int, char**) diff --git a/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/open_string.pass.cpp b/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/open_string.pass.cpp index 90cd5611701..854b668e843 100644 --- a/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/open_string.pass.cpp +++ b/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/open_string.pass.cpp @@ -15,6 +15,7 @@ #include #include +#include "test_macros.h" #include "platform_support.h" int main(int, char**) diff --git a/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/rdbuf.pass.cpp b/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/rdbuf.pass.cpp index 0f39fc63b62..2d86c25eb03 100644 --- a/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/rdbuf.pass.cpp +++ b/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/rdbuf.pass.cpp @@ -16,6 +16,8 @@ #include #include +#include "test_macros.h" + int main(int, char**) { { -- cgit v1.2.3