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:
parent
236ce4b20e
commit
7a0cb59ca9
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue