diff options
Diffstat (limited to 'test/Modules/Inputs/DependsOnModule.framework/module.map')
-rw-r--r-- | test/Modules/Inputs/DependsOnModule.framework/module.map | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Modules/Inputs/DependsOnModule.framework/module.map b/test/Modules/Inputs/DependsOnModule.framework/module.map index 2a3dd80..5a1caca 100644 --- a/test/Modules/Inputs/DependsOnModule.framework/module.map +++ b/test/Modules/Inputs/DependsOnModule.framework/module.map @@ -8,6 +8,14 @@ framework module DependsOnModule { requires cplusplus header "cxx_other.h" } + explicit module NotCXX { + requires !cplusplus + header "not_cxx.h" + } + explicit module NotObjC { + requires !objc + header "not_objc.h" + } explicit framework module SubFramework { umbrella header "SubFramework.h" |