From: Filipe Cabecinhas Date: Tue, 3 Mar 2015 23:36:57 +0000 (+0000) Subject: Try to unbreak the Windows buildbots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5aedbca7489611ef76c871f46f0f7ba6c6bbfdd;p=clang Try to unbreak the Windows buildbots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231170 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/PCH/headersearch.cpp b/test/PCH/headersearch.cpp index 950b481b74..3d16c33353 100644 --- a/test/PCH/headersearch.cpp +++ b/test/PCH/headersearch.cpp @@ -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