Try to unbreak the Windows buildbots.

llvm-svn: 231170
This commit is contained in:
Filipe Cabecinhas 2015-03-03 23:36:57 +00:00
parent 90aff47cb7
commit 7bd441d7fc
1 changed files with 1 additions and 1 deletions

View 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