aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/modules-with-same-name/path2/A/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/modules-with-same-name/path2/A/module.modulemap')
-rw-r--r--test/Modules/Inputs/modules-with-same-name/path2/A/module.modulemap5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Modules/Inputs/modules-with-same-name/path2/A/module.modulemap b/test/Modules/Inputs/modules-with-same-name/path2/A/module.modulemap
new file mode 100644
index 000000000000..2ff394378e72
--- /dev/null
+++ b/test/Modules/Inputs/modules-with-same-name/path2/A/module.modulemap
@@ -0,0 +1,5 @@
+// path2. This comment keeps this file from being identical to
+// path1/A/module.modulemap.
+module A {
+ header "a.h"
+}