[libcxx] r228784 - Update double_include.sh.cpp for new headers.

Eric Fiselier eric at efcs.ca
Tue Feb 10 17:31:02 PST 2015


Author: ericwf
Date: Tue Feb 10 19:31:02 2015
New Revision: 228784

URL: http://llvm.org/viewvc/llvm-project?rev=228784&view=rev
Log:
Update double_include.sh.cpp for new headers.

Modified:
    libcxx/trunk/test/libcxx/double_include.sh.cpp

Modified: libcxx/trunk/test/libcxx/double_include.sh.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/double_include.sh.cpp?rev=228784&r1=228783&r2=228784&view=diff
==============================================================================
--- libcxx/trunk/test/libcxx/double_include.sh.cpp (original)
+++ libcxx/trunk/test/libcxx/double_include.sh.cpp Tue Feb 10 19:31:02 2015
@@ -49,9 +49,11 @@
 #include <cwctype>
 #include <deque>
 #include <exception>
+#include <experimental/chrono>
 #include <experimental/dynarray>
 #include <experimental/optional>
 #include <experimental/string_view>
+#include <experimental/system_error>
 #include <experimental/type_traits>
 #include <experimental/utility>
 #include <ext/hash_map>





More information about the cfe-commits mailing list