Skip to content

Commit e4956d2

Browse files
committed
Revert [test][Driver] Fix Clang :: Driver/cl-response-file.c
This reverts r363985 (git commit d5f16d6) This test can't use printf on Windows because the path contains backslashes which must not be interpreted as escapes by printf. llvm-svn: 364089
1 parent 459f733 commit e4956d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/cl-response-file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66

7-
// RUN: printf '/I%S\Inputs\\cl-response-file\ /DFOO=2' > %t.rsp
7+
// RUN: echo '/I%S\Inputs\cl-response-file\ /DFOO=2' > %t.rsp
88
// RUN: %clang_cl /c -### @%t.rsp -- %s 2>&1 | FileCheck %s
99

1010
// CHECK: "-I" "{{.*}}\\Inputs\\cl-response-file\\" "-D" "FOO=2"

0 commit comments

Comments
 (0)