diff options
author | Filipe Cabecinhas <me@filcab.net> | 2015-03-03 23:36:57 +0000 |
---|---|---|
committer | Filipe Cabecinhas <me@filcab.net> | 2015-03-03 23:36:57 +0000 |
commit | d5aedbca7489611ef76c871f46f0f7ba6c6bbfdd (patch) | |
tree | 5f39bed85ca51349b8c12920d9d306a628c2adb9 /test/PCH/headersearch.cpp | |
parent | d9759c7c69157ccd311b90c9f1d321843c97b148 (diff) | |
download | clang-d5aedbca7489611ef76c871f46f0f7ba6c6bbfdd.tar.gz |
Try to unbreak the Windows buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231170 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/PCH/headersearch.cpp')
-rw-r--r-- | test/PCH/headersearch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |