summaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/preprocess/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/preprocess/module.modulemap')
-rw-r--r--test/Modules/Inputs/preprocess/module.modulemap2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/Inputs/preprocess/module.modulemap b/test/Modules/Inputs/preprocess/module.modulemap
index f700db03beac..5be2e5c4ff98 100644
--- a/test/Modules/Inputs/preprocess/module.modulemap
+++ b/test/Modules/Inputs/preprocess/module.modulemap
@@ -1,5 +1,5 @@
module fwd { header "fwd.h" export * }
-module file { header "file.h" header "file2.h" export * }
+module file { header "file.h" header "file2.h" header "other.h" export * }
module nested {
module a { header "a.h" }
module b { header "b.h" }