diff options
Diffstat (limited to 'test/Modules/Inputs/PR27739/module.modulemap')
-rw-r--r-- | test/Modules/Inputs/PR27739/module.modulemap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Modules/Inputs/PR27739/module.modulemap b/test/Modules/Inputs/PR27739/module.modulemap new file mode 100644 index 0000000000000..d611e8079e51b --- /dev/null +++ b/test/Modules/Inputs/PR27739/module.modulemap @@ -0,0 +1,2 @@ +module "DataInputHandler.h" { header "DataInputHandler.h" export * } +module "Types.h" { header "Types.h" export *} |