Skip to content

Commit 667b53c

Browse files
authored
Merge pull request #17874 from ahti/missing-python-substitution
add missing python substitution in test
2 parents 7f105e4 + ce3bacc commit 667b53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Driver/response-file.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// RUN: %target-build-swift -typecheck @%t.4B.resp 2>&1 | %FileCheck %s -check-prefix=RECURSIVE
2525
// RECURSIVE: warning: result of call to 'abs' is unused
2626

27-
// RUN: python -c 'for i in range(500001): print "-DTEST5_" + str(i)' > %t.5.resp
27+
// RUN: %{python} -c 'for i in range(500001): print "-DTEST5_" + str(i)' > %t.5.resp
2828
// RUN: %target-build-swift -typecheck @%t.5.resp %s 2>&1 | %FileCheck %s -check-prefix=LONG
2929
// LONG: warning: result of call to 'abs' is unused
3030
// RUN: %empty-directory(%t/tmp)

0 commit comments

Comments
 (0)