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
+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&)):
}
catch(...)
{
- VERIFY( false );
}
#endif
}
}
catch(...)
{
- VERIFY( false );
}
#endif
}