aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/17_intro/header_iomanip.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/17_intro/header_iomanip.cc')
-rw-r--r--libstdc++-v3/testsuite/17_intro/header_iomanip.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/libstdc++-v3/testsuite/17_intro/header_iomanip.cc b/libstdc++-v3/testsuite/17_intro/header_iomanip.cc
index d9929f4d671..68067d9dfb8 100644
--- a/libstdc++-v3/testsuite/17_intro/header_iomanip.cc
+++ b/libstdc++-v3/testsuite/17_intro/header_iomanip.cc
@@ -20,7 +20,7 @@
// 17.4.1.2 Headers, iomanip
-#include <iomanip> // { dg-do compile }
+#include <iomanip>
#include <debug_assert.h>
@@ -28,7 +28,3 @@ int main(void)
{
return 0;
}
-
-
-
-