aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2013-02-08 02:38:30 +0000
committerNick Lewycky <nicholas@mxc.ca>2013-02-08 02:38:30 +0000
commit63eb156f663a869af8f7360165f85ff31dc95d1f (patch)
tree8f07da40e6586eea461eed6713a6d34f201201d9
parent3092d9da06b7f9e57fde580330727eba125580bf (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174694 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h b/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h
index 8a7eb8499c..cbbf392918 100644
--- a/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h
+++ b/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h
@@ -1 +1,2 @@
#include <Sub/Types.h>
+// Private