diff options
Diffstat (limited to 'libstdc++-v3/testsuite/17_intro/header_iostream.cc')
-rw-r--r-- | libstdc++-v3/testsuite/17_intro/header_iostream.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libstdc++-v3/testsuite/17_intro/header_iostream.cc b/libstdc++-v3/testsuite/17_intro/header_iostream.cc index 790846f188e..7067709cdff 100644 --- a/libstdc++-v3/testsuite/17_intro/header_iostream.cc +++ b/libstdc++-v3/testsuite/17_intro/header_iostream.cc @@ -20,7 +20,7 @@ // 17.4.1.2 Headers, iostream -#include <iostream> // { dg-do compile } +#include <iostream> #include <debug_assert.h> @@ -28,7 +28,3 @@ int main(void) { return 0; } - - - - |