diff options
Diffstat (limited to 'clang/test/Modules/textual-hdr-in-umbrella-hdr.m')
| -rw-r--r-- | clang/test/Modules/textual-hdr-in-umbrella-hdr.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/clang/test/Modules/textual-hdr-in-umbrella-hdr.m b/clang/test/Modules/textual-hdr-in-umbrella-hdr.m new file mode 100644 index 00000000000..f92cdb91b23 --- /dev/null +++ b/clang/test/Modules/textual-hdr-in-umbrella-hdr.m @@ -0,0 +1,10 @@ +// RUN: rm -rf %t.cache +// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t.cache \ +// RUN: %s -fsyntax-only -F %S/Inputs -Wincomplete-umbrella -verify + +// expected-no-diagnostics + +#import <FooFramework/Foo.h> + +@implementation Foo +@end |

