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 479bfcfa7ff..93ba4935ffd 100644 --- a/clang/test/Modules/Inputs/module.map +++ b/clang/test/Modules/Inputs/module.map @@ -188,3 +188,7 @@ module config { header "config.h" config_macros [exhaustive] WANT_FOO, WANT_BAR } + +module diag_pragma { + header "diag_pragma.h" +} |