From 0591b2bf166b21d7dd257111a09113de955e9638 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 20 Mar 2017 20:14:03 +0000 Subject: [PATCH] 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 --- test/Modules/Inputs/system-out-of-date/X.h | 1 + test/Modules/Inputs/system-out-of-date/Z.h | 1 + 2 files changed, 2 insertions(+) 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 -- 2.40.0