summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/string.conversions/stold.pass.cpp
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-03-28 16:38:15 +0000
committerLouis Dionne <ldionne@apple.com>2019-03-28 16:38:15 +0000
commitafeff20c0f988d84b888b9a5581e814b1735ec0f (patch)
treea8f01ad1a8eda131aaa866059ea6deb520df6b1e /libcxx/test/std/strings/string.conversions/stold.pass.cpp
parente32eca041c3a70c2f099f2b2ece019196eb60539 (diff)
downloadbcm5719-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.cpp2
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>
OpenPOWER on IntegriCloud