try-catch-2.m: Relax target triple to all Darwin versions.

2003-10-16  Ziemowit Laski  <zlaski@apple.com>

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

From-SVN: r72563
This commit is contained in:
Ziemowit Laski 2003-10-16 19:12:54 +00:00 committed by Ziemowit Laski
parent 236ce4b20e
commit 7a0cb59ca9
2 changed files with 6 additions and 1 deletions

View 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

View 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>