diff options
Diffstat (limited to 'clang/test/Modules/Inputs/module.map')
-rw-r--r-- | clang/test/Modules/Inputs/module.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/module.map b/clang/test/Modules/Inputs/module.map index e09073f818c..58dafca0977 100644 --- a/clang/test/Modules/Inputs/module.map +++ b/clang/test/Modules/Inputs/module.map @@ -33,6 +33,7 @@ module category_bottom { export category_left export category_right } +module category_other { header "category_other.h" } module redeclarations_left { header "redeclarations_left.h" } module redeclarations_right { header "redeclarations_right.h" } module load_failure { header "load_failure.h" } |