try-catch-8.m: Enable for all targets.

2005-08-09  Andrew Pinski  <pinskia@physics.uc.edu>

        * objc.dg/try-catch-8.m: Enable for all targets.

From-SVN: r102912
This commit is contained in:
Andrew Pinski 2005-08-09 13:37:14 +00:00 committed by Andrew Pinski
parent 9bc150501a
commit 323dff9a7c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-08-09 Andrew Pinski <pinskia@physics.uc.edu>
* objc.dg/try-catch-8.m: Enable for all targets.
2005-08-09 James A. Morrison <phython@gcc.gnu.org>
* gcc.dg/pr23165.c: New test.

View File

@ -3,7 +3,7 @@
/* Developed by Ziemowit Laski <zlaski@apple.com>. */
/* { dg-options "-fobjc-exceptions -O2" } */
/* { dg-do run { target *-*-darwin* } } */
/* { dg-do run } */
#include <objc/Object.h>
#include <stdlib.h>