diff options
Diffstat (limited to 'gcc/testsuite/objc.dg/objc-foreach-5.m')
-rw-r--r-- | gcc/testsuite/objc.dg/objc-foreach-5.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/objc.dg/objc-foreach-5.m b/gcc/testsuite/objc.dg/objc-foreach-5.m index 26c2dfce8e7..cb157819978 100644 --- a/gcc/testsuite/objc.dg/objc-foreach-5.m +++ b/gcc/testsuite/objc.dg/objc-foreach-5.m @@ -1,8 +1,8 @@ /* FIXME: Run this test with the GNU runtime as well. */ /* { dg-do compile { target *-*-darwin* } } */ /* { dg-skip-if "" { *-*-* } { "-fgnu-runtime" } { "" } } */ +/* { dg-skip-if "No NeXT fast enum. pre-Darwin9" { *-*-darwin[5-8]* } { "-fnext-runtime" } { "" } } */ -#include <objc/objc-api.h> #import <Foundation/Foundation.h> NSArray * createTestVictim(unsigned capacity) { |