diff options
| -rw-r--r-- | clang/test/Modules/Inputs/system-out-of-date/X.h | 1 | ||||
| -rw-r--r-- | clang/test/Modules/Inputs/system-out-of-date/Z.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/system-out-of-date/X.h b/clang/test/Modules/Inputs/system-out-of-date/X.h index edcfa18f5af..f26ce7e27d0 100644 --- a/clang/test/Modules/Inputs/system-out-of-date/X.h +++ b/clang/test/Modules/Inputs/system-out-of-date/X.h @@ -1 +1,2 @@ +// X.h #import <Y.h> diff --git a/clang/test/Modules/Inputs/system-out-of-date/Z.h b/clang/test/Modules/Inputs/system-out-of-date/Z.h index edcfa18f5af..5db801a509d 100644 --- a/clang/test/Modules/Inputs/system-out-of-date/Z.h +++ b/clang/test/Modules/Inputs/system-out-of-date/Z.h @@ -1 +1,2 @@ +// Z.h #import <Y.h> |

