aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/framework-public-includes-private/flat-header-path/Z.private.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/framework-public-includes-private/flat-header-path/Z.private.modulemap')
-rw-r--r--test/Modules/Inputs/framework-public-includes-private/flat-header-path/Z.private.modulemap4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Modules/Inputs/framework-public-includes-private/flat-header-path/Z.private.modulemap b/test/Modules/Inputs/framework-public-includes-private/flat-header-path/Z.private.modulemap
new file mode 100644
index 000000000000..f409af8a15af
--- /dev/null
+++ b/test/Modules/Inputs/framework-public-includes-private/flat-header-path/Z.private.modulemap
@@ -0,0 +1,4 @@
+// framework-public-includes-private/flat-header-path/Z.private.modulemap
+framework module Z_Private {
+ header "ZPriv.h"
+}