From: Douglas Gregor Date: Thu, 1 Sep 2011 19:02:18 +0000 (+0000) Subject: Make test slightly trickier X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=556ecc7736e326d1f9e5acac43fcb7ccb8adde44;p=clang Make test slightly trickier git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138957 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/objc-categories.m b/test/Modules/objc-categories.m index 06f4263719..3bae4b8a99 100644 --- a/test/Modules/objc-categories.m +++ b/test/Modules/objc-categories.m @@ -9,6 +9,9 @@ #ifdef MODULE_TOP @interface Foo +@end + +@interface Foo(Top) -(void)top; @end