summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-02-26 23:14:58 +0000
committerLouis Dionne <ldionne@apple.com>2019-02-26 23:14:58 +0000
commit27f79151ec89048103b0427f20b6e4e927718216 (patch)
treee363579866376bfc6a3a7b1ba942dd2013da4c14
parent73522d167890e904e6a42eb06836dd1ecc2fb8fc (diff)
downloadbcm5719-llvm-27f79151ec89048103b0427f20b6e4e927718216.tar.gz
bcm5719-llvm-27f79151ec89048103b0427f20b6e4e927718216.zip
[libc++] Add <filesystem> to the min-mac macro header test
llvm-svn: 354932
-rw-r--r--libcxx/test/libcxx/min_max_macros.sh.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/libcxx/min_max_macros.sh.cpp b/libcxx/test/libcxx/min_max_macros.sh.cpp
index 8351e57898c..4310294ca02 100644
--- a/libcxx/test/libcxx/min_max_macros.sh.cpp
+++ b/libcxx/test/libcxx/min_max_macros.sh.cpp
@@ -101,6 +101,8 @@ TEST_MACROS();
TEST_MACROS();
#include <exception>
TEST_MACROS();
+#include <filesystem>
+TEST_MACROS();
#include <float.h>
TEST_MACROS();
#include <forward_list>
OpenPOWER on IntegriCloud