summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-09-01 19:02:18 +0000
committerDouglas Gregor <dgregor@apple.com>2011-09-01 19:02:18 +0000
commit6ac0b717b487b8adb843e3604582315cd09b257d (patch)
tree8c9127c6c60145875992087fab8bea27cd257a3f
parentc032617581c243dfd6328407d889219ad5d3791e (diff)
downloadbcm5719-llvm-6ac0b717b487b8adb843e3604582315cd09b257d.tar.gz
bcm5719-llvm-6ac0b717b487b8adb843e3604582315cd09b257d.zip
Make test slightly trickier
llvm-svn: 138957
-rw-r--r--clang/test/Modules/objc-categories.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Modules/objc-categories.m b/clang/test/Modules/objc-categories.m
index 06f42637190..3bae4b8a99f 100644
--- a/clang/test/Modules/objc-categories.m
+++ b/clang/test/Modules/objc-categories.m
@@ -9,6 +9,9 @@
#ifdef MODULE_TOP
@interface Foo
+@end
+
+@interface Foo(Top)
-(void)top;
@end
OpenPOWER on IntegriCloud