2003-10-16 Ziemowit Laski <zlaski@apple.com>
authorzlaski <zlaski@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Oct 2003 19:12:54 +0000 (19:12 +0000)
committerzlaski <zlaski@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Oct 2003 19:12:54 +0000 (19:12 +0000)
        * objc.dg/try-catch-2.m: Relax target triple to all Darwin
        versions.

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

gcc/testsuite/ChangeLog
gcc/testsuite/objc.dg/try-catch-2.m

index 3482c7f..793f785 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-16  Ziemowit Laski  <zlaski@apple.com>
+
+       * objc.dg/try-catch-2.m: Relax target triple to all Darwin
+       versions.
+
 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
 
        * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
index fc314f3..6adefaf 100644 (file)
@@ -3,7 +3,7 @@
 /* Developed by Ziemowit Laski <zlaski@apple.com>.  */
 
 /* { dg-options "-fobjc-exceptions -lobjc" } */
-/* { dg-do run { target *-*-darwin[789]* } } */
+/* { dg-do run { target *-*-darwin* } } */
 
 #include <objc/objc.h>
 #include <objc/objc-runtime.h>