diff options
| author | Douglas Gregor <dgregor@apple.com> | 2011-09-01 19:02:18 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2011-09-01 19:02:18 +0000 |
| commit | 6ac0b717b487b8adb843e3604582315cd09b257d (patch) | |
| tree | 8c9127c6c60145875992087fab8bea27cd257a3f | |
| parent | c032617581c243dfd6328407d889219ad5d3791e (diff) | |
| download | bcm5719-llvm-6ac0b717b487b8adb843e3604582315cd09b257d.tar.gz bcm5719-llvm-6ac0b717b487b8adb843e3604582315cd09b257d.zip | |
Make test slightly trickier
llvm-svn: 138957
| -rw-r--r-- | clang/test/Modules/objc-categories.m | 3 |
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 |

