aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/module.map
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/module.map')
-rw-r--r--test/Modules/Inputs/module.map3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Modules/Inputs/module.map b/test/Modules/Inputs/module.map
index 7d8d11f957..f25a36edfb 100644
--- a/test/Modules/Inputs/module.map
+++ b/test/Modules/Inputs/module.map
@@ -9,8 +9,7 @@ module diamond_right {
}
module diamond_bottom {
header "diamond_bottom.h"
- export diamond_left
- export diamond_right
+ export *
}
module irgen { header "irgen.h" }
module lookup_left_objc { header "lookup_left.h" }