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 99d6fa5 + c4e6eed commit fe78b5eCopy full SHA for fe78b5e
repl/test-repl-darwin.py
@@ -6,7 +6,7 @@
6
#
7
# RUN: rm -rf %t.dir
8
# RUN: mkdir %t.dir
9
-# RUN: python %s %{swift} > %t.dir/output.txt
+# RUN: %{python} %s %{swift} > %t.dir/output.txt
10
# RUN: %{FileCheck} --input-file %t.dir/output.txt %s
11
# CHECK: OK
12
repl/test-repl-glibc.py
@@ -5,7 +5,7 @@
5
0 commit comments