Don't test unix path seperators, that will fail on windows.

llvm-svn: 140343
This commit is contained in:
Benjamin Kramer 2011-09-22 22:14:48 +00:00
parent e3faaaba79
commit dcae044a10
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// RUN: mkdir -p %T/test1 %T/test2
// RUN: env CPATH=%T/test1: %clang -x c -E -v %s 2>&1 | FileCheck %s -check-prefix=CPATH
// CPATH: -I {{.*}}/test1 -I .
// RUN: env CPATH=%T/test1 %clang -x c -E -v %s 2>&1 | FileCheck %s -check-prefix=CPATH
// CPATH: -I {{.*}}/test1
// CPATH: search starts here
// CPATH: test1