From: Richard Smith Date: Mon, 20 Mar 2017 20:14:03 +0000 (+0000) Subject: Avoid these headers looking like the same file on a content-addressed file system. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0591b2bf166b21d7dd257111a09113de955e9638;p=clang Avoid these headers looking like the same file on a content-addressed file system. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@298300 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/Inputs/system-out-of-date/X.h b/test/Modules/Inputs/system-out-of-date/X.h index edcfa18f5a..f26ce7e27d 100644 --- a/test/Modules/Inputs/system-out-of-date/X.h +++ b/test/Modules/Inputs/system-out-of-date/X.h @@ -1 +1,2 @@ +// X.h #import diff --git a/test/Modules/Inputs/system-out-of-date/Z.h b/test/Modules/Inputs/system-out-of-date/Z.h index edcfa18f5a..5db801a509 100644 --- a/test/Modules/Inputs/system-out-of-date/Z.h +++ b/test/Modules/Inputs/system-out-of-date/Z.h @@ -1 +1,2 @@ +// Z.h #import