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/strings/string.conversions/stold.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/strings/string.conversions/stold.pass.cpp')
| -rw-r--r-- | libcxx/test/std/strings/string.conversions/stold.pass.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/test/std/strings/string.conversions/stold.pass.cpp b/libcxx/test/std/strings/string.conversions/stold.pass.cpp index 7876440e6e1..d079f8483c7 100644 --- a/libcxx/test/std/strings/string.conversions/stold.pass.cpp +++ b/libcxx/test/std/strings/string.conversions/stold.pass.cpp @@ -16,8 +16,6 @@ // libc++abi.dylib and exceptions are not caught properly. // XFAIL: with_system_cxx_lib=macosx10.7 -#include <iostream> - #include <string> #include <cmath> #include <cassert> |

