diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-17 20:22:49 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-17 20:22:49 +0000 |
commit | 1ce08792766261dcaa25d8215f9d1c2f70d7b7e9 (patch) | |
tree | 4022bfb5dc1b2e6f7fc5c337048e370656cc2260 /test/Modules/Inputs/module.map | |
parent | 2410013d9382b8129702fa3a3bf19a370ae7afc3 (diff) | |
download | src-vendor/clang/clang-trunk-r303291.tar.gz src-vendor/clang/clang-trunk-r303291.zip |
Vendor import of clang trunk r303291:vendor/clang/clang-trunk-r303291
Diffstat (limited to 'test/Modules/Inputs/module.map')
-rw-r--r-- | test/Modules/Inputs/module.map | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Modules/Inputs/module.map b/test/Modules/Inputs/module.map index 7416d7008b85..c0fe6c557f22 100644 --- a/test/Modules/Inputs/module.map +++ b/test/Modules/Inputs/module.map @@ -441,3 +441,7 @@ module DebugNestedB { header "DebugNestedB.h" export * } + +module objcAtKeywordMissingEnd { + header "objcAtKeywordMissingEnd.h" +} |