Skip to content

Commit 5db9779

Browse files
himself65RafaelGSS
authored andcommitted
tools: fix shebang to use python3 by default
PR-URL: #44531 Reviewed-By: Feng Yu <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 9aa6a56 commit 5db9779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
#
33
# Copyright 2008 the V8 project authors. All rights reserved.
44
# Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)