Relax the cl-inputs.c test a little bit in case link.exe is on PATH
authorReid Kleckner <reid@kleckner.net>
Wed, 18 Jun 2014 21:34:36 +0000 (21:34 +0000)
committerReid Kleckner <reid@kleckner.net>
Wed, 18 Jun 2014 21:34:36 +0000 (21:34 +0000)
llvm-svn: 211224

clang/test/Driver/cl-inputs.c

index 9f6d2ef..029aead 100644 (file)
 // STDINTc: "-x" "c"
 
 // RUN: env LIB=%S/Inputs/cl-libs %clang_cl -### -- %s cl-test.lib 2>&1 | FileCheck -check-prefix=LIBINPUT %s
-// LIBINPUT: "link.exe"
+// LIBINPUT: link.exe"
 // LIBINPUT: "cl-test.lib"
 
 // RUN: env LIB=%S/Inputs/cl-libs %clang_cl -### -- %s cl-test2.lib 2>&1 | FileCheck -check-prefix=LIBINPUT2 %s
 // LIBINPUT2: error: no such file or directory: 'cl-test2.lib'
-// LIBINPUT2: "link.exe"
+// LIBINPUT2: link.exe"
 // LIBINPUT2-NOT: "cl-test2.lib"
 
 void f();