summaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/explicit-build-prefer-self/map
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/explicit-build-prefer-self/map')
-rw-r--r--test/Modules/Inputs/explicit-build-prefer-self/map4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Modules/Inputs/explicit-build-prefer-self/map b/test/Modules/Inputs/explicit-build-prefer-self/map
index 26be8e690736..042b2ae5b507 100644
--- a/test/Modules/Inputs/explicit-build-prefer-self/map
+++ b/test/Modules/Inputs/explicit-build-prefer-self/map
@@ -1,2 +1,2 @@
-module a { header "a.h" header "x.h" }
-module b { header "b.h" header "x.h" }
+module a { module h { header "a.h" } module x { header "x.h" } }
+module b { module h { header "b.h" } module x { header "x.h" } }