diff options
Diffstat (limited to 'clang/test/Modules/Inputs/module.map')
| -rw-r--r-- | clang/test/Modules/Inputs/module.map | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/module.map b/clang/test/Modules/Inputs/module.map index ac3543b6440..7534eb253d7 100644 --- a/clang/test/Modules/Inputs/module.map +++ b/clang/test/Modules/Inputs/module.map @@ -204,6 +204,10 @@ module cxx_templates_b { header "cxx-templates-b.h" } +module cxx_templates_c { + header "cxx-templates-c.h" +} + module cxx_decls { module unimported { header "cxx-decls-unimported.h" |

