diff options
Diffstat (limited to 'libcxx/test/re/re.regex/re.regex.construct/string_flg.pass.cpp')
-rw-r--r-- | libcxx/test/re/re.regex/re.regex.construct/string_flg.pass.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/test/re/re.regex/re.regex.construct/string_flg.pass.cpp b/libcxx/test/re/re.regex/re.regex.construct/string_flg.pass.cpp index 56ba2af7c79..0d1ecf2665f 100644 --- a/libcxx/test/re/re.regex/re.regex.construct/string_flg.pass.cpp +++ b/libcxx/test/re/re.regex/re.regex.construct/string_flg.pass.cpp @@ -15,8 +15,6 @@ // basic_regex(const basic_string<charT, ST, SA>& s, // flag_type f = regex_constants::ECMAScript); -#include <iostream> - #include <regex> #include <cassert> |