diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-12 16:53:08 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-12 16:53:08 +0000 |
commit | 112873cc45c86dbb15bcbf36e53286749c991307 (patch) | |
tree | a9a7464578d2c7679d19da056ceaed1f74334863 /libstdc++-v3/testsuite/27_io/istream_manip.cc | |
parent | 5f3985d9a3d3570b09c00c8f76088a132ed68b48 (diff) | |
download | ppe42-gcc-112873cc45c86dbb15bcbf36e53286749c991307.tar.gz ppe42-gcc-112873cc45c86dbb15bcbf36e53286749c991307.zip |
2001-05-11 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/*/*.cc: Remove spaces, make sure testcases return zero.
* testsuite/config/default.exp: Update bugs email address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41997 138bc75d-0d04-0410-961f-82ee72b054a4
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; } - - - - - |