Fix incorrect include in is_error_code_enum.pass.cpp
authorMarshall Clow <mclow.lists@gmail.com>
Sat, 24 Sep 2016 18:16:53 +0000 (18:16 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Sat, 24 Sep 2016 18:16:53 +0000 (18:16 +0000)
llvm-svn: 282332

libcxx/test/std/diagnostics/syserr/is_error_code_enum.pass.cpp

index 97f9e6a..14f1af5 100644 (file)
@@ -9,11 +9,11 @@
 //
 // UNSUPPORTED: c++03
 
-// <future>
+// <system_error>
 
 // template <> struct is_error_code_enum<> : public false_type {};
 
-#include <future>
+#include <system_error>
 #include <string>
 #include "test_macros.h"