diff options
Diffstat (limited to 'libstdc++-v3/testsuite/27_io/istream_manip.cc')
-rw-r--r-- | libstdc++-v3/testsuite/27_io/istream_manip.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libstdc++-v3/testsuite/27_io/istream_manip.cc b/libstdc++-v3/testsuite/27_io/istream_manip.cc index 68f83ab4b5f..661e075cf09 100644 --- a/libstdc++-v3/testsuite/27_io/istream_manip.cc +++ b/libstdc++-v3/testsuite/27_io/istream_manip.cc @@ -83,9 +83,5 @@ bool test01(void) int main() { test01(); + return 0; } - - - - - |