diff options
Diffstat (limited to 'clang/test/Modules/Inputs/module.map')
| -rw-r--r-- | clang/test/Modules/Inputs/module.map | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/module.map b/clang/test/Modules/Inputs/module.map index b26234382b1..4200535a5af 100644 --- a/clang/test/Modules/Inputs/module.map +++ b/clang/test/Modules/Inputs/module.map @@ -28,6 +28,9 @@ module macros_left { module macros_right { header "macros_right.h" export * + explicit module undef { + header "macros_right_undef.h" + } } module macros { header "macros.h" } module category_top { header "category_top.h" } |

