r174694 - Fix test failure by making sure this file isn't identical to any other file

Nick Lewycky nicholas at mxc.ca
Thu Feb 7 18:38:30 PST 2013


Author: nicholas
Date: Thu Feb  7 20:38:30 2013
New Revision: 174694

URL: http://llvm.org/viewvc/llvm-project?rev=174694&view=rev
Log:
Fix test failure by making sure this file isn't identical to any other file
included in the same test. Clang gets confused about whether it's already built
a module for this file, when running on a content-addressible filesystem.

Modified:
    cfe/trunk/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h

Modified: cfe/trunk/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h?rev=174694&r1=174693&r2=174694&view=diff
==============================================================================
--- cfe/trunk/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h (original)
+++ cfe/trunk/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h Thu Feb  7 20:38:30 2013
@@ -1 +1,2 @@
 #include <Sub/Types.h>
+// Private





More information about the cfe-commits mailing list