diff options
| author | Louis Dionne <ldionne@apple.com> | 2019-03-28 16:38:15 +0000 |
|---|---|---|
| committer | Louis Dionne <ldionne@apple.com> | 2019-03-28 16:38:15 +0000 |
| commit | afeff20c0f988d84b888b9a5581e814b1735ec0f (patch) | |
| tree | a8f01ad1a8eda131aaa866059ea6deb520df6b1e /libcxx/test/std/re/re.results/re.results.form/form2.pass.cpp | |
| parent | e32eca041c3a70c2f099f2b2ece019196eb60539 (diff) | |
| download | bcm5719-llvm-afeff20c0f988d84b888b9a5581e814b1735ec0f.tar.gz bcm5719-llvm-afeff20c0f988d84b888b9a5581e814b1735ec0f.zip | |
[libc++] Remove unnecessary <iostream> #includes in tests
Some tests #include <iostream> but they don't use anything from the
header. Those are probably artifacts of when the tests were developped.
llvm-svn: 357181
Diffstat (limited to 'libcxx/test/std/re/re.results/re.results.form/form2.pass.cpp')
| -rw-r--r-- | libcxx/test/std/re/re.results/re.results.form/form2.pass.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/test/std/re/re.results/re.results.form/form2.pass.cpp b/libcxx/test/std/re/re.results/re.results.form/form2.pass.cpp index b28c064e105..fc0c0ad0afe 100644 --- a/libcxx/test/std/re/re.results/re.results.form/form2.pass.cpp +++ b/libcxx/test/std/re/re.results/re.results.form/form2.pass.cpp @@ -15,8 +15,6 @@ // format(OutputIter out, const basic_string<char_type, ST, SA>& fmt, // regex_constants::match_flag_type flags = regex_constants::format_default) const; -#include <iostream> - #include <regex> #include <cassert> |

