summaryrefslogtreecommitdiff
path: root/test/PCH/modified-header-crash.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/modified-header-crash.c')
-rw-r--r--test/PCH/modified-header-crash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/modified-header-crash.c b/test/PCH/modified-header-crash.c
index 4c21a8c2b8259..39b2530a32f28 100644
--- a/test/PCH/modified-header-crash.c
+++ b/test/PCH/modified-header-crash.c
@@ -1,6 +1,6 @@
// Don't crash.
-// RUN: cp %S/modified-header-crash.h %t.h
+// RUN: cat %S/modified-header-crash.h > %t.h
// RUN: %clang_cc1 -DCAKE -x c-header %t.h -emit-pch -o %t
// RUN: echo 'int foobar;' >> %t.h
// RUN: not %clang_cc1 %s -include-pch %t -fsyntax-only