Fix cl-link.c test failure on Mac platforms

The test filename (%s) is easily confused with an option when
it starts with /Users...

llvm-svn: 190435
This commit is contained in:
Hans Wennborg 2013-09-10 20:53:34 +00:00
parent 1ece9fc806
commit 4e6bec7e26
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
// ASAN: "{{.*}}clang_rt.asan-i386.lib" // ASAN: "{{.*}}clang_rt.asan-i386.lib"
// ASAN: "{{.*}}cl-link{{.*}}.obj" // ASAN: "{{.*}}cl-link{{.*}}.obj"
// RUN: %clang_cl /LD -### %s 2>&1 | FileCheck --check-prefix=DLL %s // RUN: %clang_cl /LD -### /Tc%s 2>&1 | FileCheck --check-prefix=DLL %s
// RUN: %clang_cl /LDd -### %s 2>&1 | FileCheck --check-prefix=DLL %s // RUN: %clang_cl /LDd -### /Tc%s 2>&1 | FileCheck --check-prefix=DLL %s
// DLL: link.exe // DLL: link.exe
// "-dll" // "-dll"