We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f105e4 + ce3bacc commit 667b53cCopy full SHA for 667b53c
test/Driver/response-file.swift
@@ -24,7 +24,7 @@
24
// RUN: %target-build-swift -typecheck @%t.4B.resp 2>&1 | %FileCheck %s -check-prefix=RECURSIVE
25
// RECURSIVE: warning: result of call to 'abs' is unused
26
27
-// RUN: python -c 'for i in range(500001): print "-DTEST5_" + str(i)' > %t.5.resp
+// RUN: %{python} -c 'for i in range(500001): print "-DTEST5_" + str(i)' > %t.5.resp
28
// RUN: %target-build-swift -typecheck @%t.5.resp %s 2>&1 | %FileCheck %s -check-prefix=LONG
29
// LONG: warning: result of call to 'abs' is unused
30
// RUN: %empty-directory(%t/tmp)
0 commit comments