]> granicus.if.org Git - clang/commitdiff
Try to unbreak the Windows buildbots.
authorFilipe Cabecinhas <me@filcab.net>
Tue, 3 Mar 2015 23:36:57 +0000 (23:36 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Tue, 3 Mar 2015 23:36:57 +0000 (23:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231170 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/headersearch.cpp

index 950b481b7490db5d67f2d7e3c144b92ffc7d42f4..3d16c3335341b6a2a97c6f8a35090a4a07ecbe72 100644 (file)
@@ -19,7 +19,7 @@
 
 // Generate the PCH:
 // RUN: cd %t_orig && %clang_cc1 -triple %itanium_abi_triple -x c++ -emit-pch -o all.h.pch -Isub2 all.h
-// RUN: cp -pR %t_orig %t_moved
+// RUN: cp -R %t_orig %t_moved
 
 // Check diagnostic with location in original source:
 // RUN: %clang_cc1 -triple %itanium_abi_triple -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -Wpadded -emit-llvm-only %s 2> %t.stderr