summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/module.map
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/module.map')
-rw-r--r--clang/test/Modules/Inputs/module.map4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/module.map b/clang/test/Modules/Inputs/module.map
index 27751d8fd51..d195e2f0980 100644
--- a/clang/test/Modules/Inputs/module.map
+++ b/clang/test/Modules/Inputs/module.map
@@ -375,3 +375,7 @@ module DebugSubmodules {
export *
}
}
+
+module ExtensionTestA {
+ header "ExtensionTestA.h"
+}
OpenPOWER on IntegriCloud