diff options
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/Modules/objc-categories.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Modules/objc-categories.m b/clang/test/Modules/objc-categories.m index 6022187f6a5..87aaa5c12ca 100644 --- a/clang/test/Modules/objc-categories.m +++ b/clang/test/Modules/objc-categories.m @@ -54,12 +54,13 @@ __import_module__ diamond_top; #elif defined(MODULE_BOTTOM) __import_module__ diamond_left; -__import_module__ diamond_right; @interface Foo(Bottom) -(void)bottom; @end +__import_module__ diamond_right; + @interface LeftFoo(Bottom) -(void)bottom; @end |