summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/preprocess/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/preprocess/module.modulemap')
-rw-r--r--clang/test/Modules/Inputs/preprocess/module.modulemap2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/Inputs/preprocess/module.modulemap b/clang/test/Modules/Inputs/preprocess/module.modulemap
index a5c5b61dddc..943435a953d 100644
--- a/clang/test/Modules/Inputs/preprocess/module.modulemap
+++ b/clang/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 * }
OpenPOWER on IntegriCloud