aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/objc.dg/try-catch-8.m2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 7a0cbd5..42af1a2 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/objc.dg/try-catch-8.m b/gcc/testsuite/objc.dg/try-catch-8.m
index 1e5230e..384faa3 100644
--- a/gcc/testsuite/objc.dg/try-catch-8.m
+++ b/gcc/testsuite/objc.dg/try-catch-8.m
@@ -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>