[libcxx-commits] [libcxx] r354932 - [libc++] Add <filesystem> to the min-mac macro header test
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 26 15:14:58 PST 2019
Author: ldionne
Date: Tue Feb 26 15:14:58 2019
New Revision: 354932
URL: http://llvm.org/viewvc/llvm-project?rev=354932&view=rev
Log:
[libc++] Add <filesystem> to the min-mac macro header test
Modified:
libcxx/trunk/test/libcxx/min_max_macros.sh.cpp
Modified: libcxx/trunk/test/libcxx/min_max_macros.sh.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/min_max_macros.sh.cpp?rev=354932&r1=354931&r2=354932&view=diff
==============================================================================
--- libcxx/trunk/test/libcxx/min_max_macros.sh.cpp (original)
+++ libcxx/trunk/test/libcxx/min_max_macros.sh.cpp Tue Feb 26 15:14:58 2019
@@ -101,6 +101,8 @@ TEST_MACROS();
TEST_MACROS();
#include <exception>
TEST_MACROS();
+#include <filesystem>
+TEST_MACROS();
#include <float.h>
TEST_MACROS();
#include <forward_list>
More information about the libcxx-commits
mailing list