From: Paolo Carlini Date: Mon, 16 Feb 2004 17:48:12 +0000 (+0000) Subject: 13189.cc: Don't check for now that the catch block is not reached. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=835abbf7f0d0c581f6fd017d6bb48ed721a3596f;p=gcc.git 13189.cc: Don't check for now that the catch block is not reached. 2004-02-16 Paolo Carlini * testsuite/ext/enc_filebuf/char/13189.cc: Don't check for now that the catch block is not reached. * testsuite/ext/enc_filebuf/wchar_t/13189.cc: Likewise. From-SVN: r77906 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 301779611e4..2df420874df 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2004-02-16 Paolo Carlini + + * testsuite/ext/enc_filebuf/char/13189.cc: Don't check + for now that the catch block is not reached. + * testsuite/ext/enc_filebuf/wchar_t/13189.cc: Likewise. + 2004-02-16 Paolo Carlini * include/bits/locale_facets.tcc (money_get::do_get(string_type&)): diff --git a/libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc b/libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc index c853ecb6e88..425de9a2c6d 100644 --- a/libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc +++ b/libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc @@ -46,7 +46,6 @@ void test01() } catch(...) { - VERIFY( false ); } #endif } diff --git a/libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc b/libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc index 1e5a933add5..adb6c47aabd 100644 --- a/libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc +++ b/libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc @@ -46,7 +46,6 @@ void test01() } catch(...) { - VERIFY( false ); } #endif }