]> granicus.if.org Git - clang/commitdiff
Make sure these two files are distinct, or else the modules system may, on certain...
authorNick Lewycky <nicholas@mxc.ca>
Mon, 14 Apr 2014 22:30:21 +0000 (22:30 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 14 Apr 2014 22:30:21 +0000 (22:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206221 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/Inputs/modules-with-same-name/path1/A/module.modulemap
test/Modules/Inputs/modules-with-same-name/path2/A/module.modulemap

index bbd9d674c94647002fe3e6c20cf42263f8ee4d4b..76c3358335fc5fdc5a1d6b6bd89442956fac75fc 100644 (file)
@@ -1,3 +1,5 @@
+// path1. This comment keeps this file from being identical to
+// path2/A/module.modulemap.
 module A {
   header "a.h"
 }
index bbd9d674c94647002fe3e6c20cf42263f8ee4d4b..2ff394378e72c17050c7cb0ecb48cf53b8b53ea1 100644 (file)
@@ -1,3 +1,5 @@
+// path2. This comment keeps this file from being identical to
+// path1/A/module.modulemap.
 module A {
   header "a.h"
 }