diff options
Diffstat (limited to 'test')
3 files changed, 5 insertions, 5 deletions
diff --git a/test/Modules/Inputs/DependsOnModule.framework/module.map b/test/Modules/Inputs/DependsOnModule.framework/module.map index 6bf82b46d3..d8fe2fc3f5 100644 --- a/test/Modules/Inputs/DependsOnModule.framework/module.map +++ b/test/Modules/Inputs/DependsOnModule.framework/module.map @@ -1,11 +1,11 @@ framework module DependsOnModule { - umbrella "DependsOnModule.h" + umbrella header "DependsOnModule.h" header "other.h" module * { export * } explicit framework module SubFramework { - umbrella "SubFramework.h" + umbrella header "SubFramework.h" module * { export * diff --git a/test/Modules/Inputs/normal-module-map/Umbrella/module.map b/test/Modules/Inputs/normal-module-map/Umbrella/module.map index dd2e434347..611cf9fceb 100644 --- a/test/Modules/Inputs/normal-module-map/Umbrella/module.map +++ b/test/Modules/Inputs/normal-module-map/Umbrella/module.map @@ -1,3 +1,3 @@ module Umbrella { - umbrella "Umbrella.h" + umbrella header "Umbrella.h" }
\ No newline at end of file diff --git a/test/Modules/Inputs/normal-module-map/Umbrella2/module.map b/test/Modules/Inputs/normal-module-map/Umbrella2/module.map index 7c6c3f42aa..1e57704161 100644 --- a/test/Modules/Inputs/normal-module-map/Umbrella2/module.map +++ b/test/Modules/Inputs/normal-module-map/Umbrella2/module.map @@ -1,3 +1,3 @@ module Umbrella2 { - umbrella "Umbrella2.h" -}
\ No newline at end of file + umbrella header "Umbrella2.h" +} |