Skip to content

Commit 5403dd5

Browse files
committed
Use python3 for litTest
1 parent 0938ac8 commit 5403dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litTest

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
set -ex
44

55
# Delegate to lit to actually test.
6-
python ../llvm-project/llvm/utils/lit/lit.py -sv "$@"
6+
python3 ../llvm-project/llvm/utils/lit/lit.py -sv "$@"

0 commit comments

Comments
 (0)