diff options
Diffstat (limited to 'clang/test/SemaObjC/super-cat-prot.m')
-rw-r--r-- | clang/test/SemaObjC/super-cat-prot.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/SemaObjC/super-cat-prot.m b/clang/test/SemaObjC/super-cat-prot.m index 3e289860c06..fd9399499ec 100644 --- a/clang/test/SemaObjC/super-cat-prot.m +++ b/clang/test/SemaObjC/super-cat-prot.m @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s +// expected-no-diagnostics typedef signed char BOOL; typedef unsigned int NSUInteger; @class NSInvocation, NSMethodSignature, NSCoder, NSString, NSEnumerator; |