[libc++] Add <filesystem> to the min-mac macro header test

llvm-svn: 354932
This commit is contained in:
Louis Dionne 2019-02-26 23:14:58 +00:00
parent 73522d1678
commit 27f79151ec
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ TEST_MACROS();
TEST_MACROS();
#include <exception>
TEST_MACROS();
#include <filesystem>
TEST_MACROS();
#include <float.h>
TEST_MACROS();
#include <forward_list>