try-catch-2.m: Relax target triple to all Darwin versions.
authorZiemowit Laski <zlaski@apple.com>
Thu, 16 Oct 2003 19:12:54 +0000 (19:12 +0000)
committerZiemowit Laski <zlaski@gcc.gnu.org>
Thu, 16 Oct 2003 19:12:54 +0000 (19:12 +0000)
2003-10-16  Ziemowit Laski  <zlaski@apple.com>

        * objc.dg/try-catch-2.m: Relax target triple to all Darwin
        versions.

From-SVN: r72563

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

index 3482c7f299bb5529d76b6cd4523e33efbb120585..793f785d82a647d3988e55f0f98d57af565cb94d 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 fc314f3f128edfb8e009aecbb8ae52bd0ab6ddc7..6adefafae15b6db2733e286f34c0a2923edf9c85 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>