diff options
| author | Louis Dionne <ldionne@apple.com> | 2019-02-26 23:14:58 +0000 | 
|---|---|---|
| committer | Louis Dionne <ldionne@apple.com> | 2019-02-26 23:14:58 +0000 | 
| commit | 27f79151ec89048103b0427f20b6e4e927718216 (patch) | |
| tree | e363579866376bfc6a3a7b1ba942dd2013da4c14 | |
| parent | 73522d167890e904e6a42eb06836dd1ecc2fb8fc (diff) | |
| download | bcm5719-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.cpp | 2 | 
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>  | 

