summaryrefslogtreecommitdiffstats
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 a5c5b61ddd..943435a953 100644
--- a/test/Modules/Inputs/preprocess/module.modulemap
+++ b/test/Modules/Inputs/preprocess/module.modulemap
@@ -1,2 +1,2 @@
module fwd { header "fwd.h" export * }
-module file { header "file.h" export * }
+module file { header "file.h" header "file2.h" export * }