diff options
Diffstat (limited to 'clang/test/Modules/Inputs/modules-with-same-name/path2/A/module.modulemap')
-rw-r--r-- | clang/test/Modules/Inputs/modules-with-same-name/path2/A/module.modulemap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/modules-with-same-name/path2/A/module.modulemap b/clang/test/Modules/Inputs/modules-with-same-name/path2/A/module.modulemap index bbd9d674c94..2ff394378e7 100644 --- a/clang/test/Modules/Inputs/modules-with-same-name/path2/A/module.modulemap +++ b/clang/test/Modules/Inputs/modules-with-same-name/path2/A/module.modulemap @@ -1,3 +1,5 @@ +// path2. This comment keeps this file from being identical to +// path1/A/module.modulemap. module A { header "a.h" } |