13189.cc: Don't check for now that the catch block is not reached.

2004-02-16  Paolo Carlini  <pcarlini@suse.de>

	* 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
This commit is contained in:
Paolo Carlini 2004-02-16 17:48:12 +00:00 committed by Paolo Carlini
parent d4ddb53ced
commit 835abbf7f0
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-02-16 Paolo Carlini <pcarlini@suse.de>
* 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 <pcarlini@suse.de>
* include/bits/locale_facets.tcc (money_get::do_get(string_type&)):

View File

@ -46,7 +46,6 @@ void test01()
}
catch(...)
{
VERIFY( false );
}
#endif
}

View File

@ -46,7 +46,6 @@ void test01()
}
catch(...)
{
VERIFY( false );
}
#endif
}