diff options
Diffstat (limited to 'clang/test/Modules/Inputs/PR28752/Subdir1/module.modulemap')
-rw-r--r-- | clang/test/Modules/Inputs/PR28752/Subdir1/module.modulemap | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/Modules/Inputs/PR28752/Subdir1/module.modulemap b/clang/test/Modules/Inputs/PR28752/Subdir1/module.modulemap deleted file mode 100644 index 8d3bfe996f5..00000000000 --- a/clang/test/Modules/Inputs/PR28752/Subdir1/module.modulemap +++ /dev/null @@ -1,5 +0,0 @@ -module b { - module "b.h" { header "b.h" export * } - module "c.h" { header "c.h" export * } - export * -} |