OSDN Git Service

2004-02-16 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Feb 2004 17:48:12 +0000 (17:48 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Feb 2004 17:48:12 +0000 (17:48 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77906 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc
libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc

index 3017796..2df4208 100644 (file)
@@ -1,5 +1,11 @@
 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&)):
        Fix parsing of the remaining sign characters.
        * 22_locale/money_get/get/char/2.cc: Tweak: now, correctly,
index c853ecb..425de9a 100644 (file)
@@ -46,7 +46,6 @@ void test01()
     }
   catch(...)
     {
-      VERIFY( false );
     }
 #endif
 }
index 1e5a933..adb6c47 100644 (file)
@@ -46,7 +46,6 @@ void test01()
     }
   catch(...)
     {
-      VERIFY( false );
     }
 #endif
 }