Skip to content

Commit b70c967

Browse files
authored
Merge pull request swiftlang#36656 from artemcm/FixRunTest
Set `run-test` script to be a python3 script
2 parents 3daf37f + 65799c4 commit b70c967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/run-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# utils/run-test - test runner for Swift -*- python -*-
33
#
44
# This source file is part of the Swift.org open source project

0 commit comments

Comments
 (0)