diff options
Diffstat (limited to 'test/Analysis/rdar-6540084.m')
-rw-r--r-- | test/Analysis/rdar-6540084.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/rdar-6540084.m b/test/Analysis/rdar-6540084.m index b2a113c..d710c47 100644 --- a/test/Analysis/rdar-6540084.m +++ b/test/Analysis/rdar-6540084.m @@ -10,7 +10,7 @@ typedef struct _NSZone NSZone; @interface NSObject <NSObject> {} @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone); @class NSArray; -@class NSMutableArray, NSIndexSet, NSView, NSPredicate, NSString, NSViewAnimation, NSTimer; +@class NSMutableArray, NSIndexSet, NSView, NSPredicate, NSString, NSViewAnimation, NSTimer; // expected-note{{forward declaration of class here}} @interface FooBazController : NSObject {} @end typedef struct {} TazVersion; |