diff options
Diffstat (limited to 'clang/test/PCH/verify_pch.m')
-rw-r--r-- | clang/test/PCH/verify_pch.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/PCH/verify_pch.m b/clang/test/PCH/verify_pch.m index e905f2537c7..d50e23456e3 100644 --- a/clang/test/PCH/verify_pch.m +++ b/clang/test/PCH/verify_pch.m @@ -2,7 +2,7 @@ // RUN: rm -rf %t // RUN: mkdir -p %t/usr/include // RUN: echo '// empty' > %t/usr/include/sys_header.h -// RUN: cp %s %t.h +// RUN: cat %s > %t.h // // Precompile // RUN: %clang_cc1 -isystem %t/usr/include -x objective-c-header -emit-pch -o %t.pch %t.h |