[lld][WebAssembly] Reinstate mistakenly disabled test. NFC
[llvm-project.git] / clang / test / Modules / textual-hdr-in-umbrella-hdr.m
blobf92cdb91b23683b84a790c9608aa845d433a8a76
1 // RUN: rm -rf %t.cache
2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t.cache \
3 // RUN:   %s -fsyntax-only -F %S/Inputs -Wincomplete-umbrella -verify
5 // expected-no-diagnostics
7 #import <FooFramework/Foo.h>
9 @implementation Foo
10 @end