[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
This commit is contained in:
Louis Dionne
2019-03-28 16:38:15 +00:00
parent e32eca041c
commit afeff20c0f
25 changed files with 4 additions and 46 deletions

View File

@@ -13,7 +13,6 @@
#include <string_view>
#include <cassert>
#include <iostream>
#include "test_macros.h"