]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
13189.cc: Don't check for now that the catch block is not reached.
authorPaolo Carlini <pcarlini@suse.de>
Mon, 16 Feb 2004 17:48:12 +0000 (17:48 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 16 Feb 2004 17:48:12 +0000 (17:48 +0000)
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

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

index 301779611e475c270f28294980897e9f34435e42..2df420874df5088a2eaf6e5faa908bc206759ee6 100644 (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&)):
index c853ecb6e88ff74faad190f87aab8e00a4fc5ec7..425de9a2c6d74445ac71d92a63919f26690311c3 100644 (file)
@@ -46,7 +46,6 @@ void test01()
     }
   catch(...)
     {
-      VERIFY( false );
     }
 #endif
 }
index 1e5a933add51709a0c9c11daa8ab8ab57c8b3269..adb6c47aabdee24a081617a95b796631779546c4 100644 (file)
@@ -46,7 +46,6 @@ void test01()
     }
   catch(...)
     {
-      VERIFY( false );
     }
 #endif
 }