Skip to content

Commit

Permalink
[utils] Use Python3 for bisect-skip-count (#84979)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfargnoli authored Mar 25, 2024
1 parent 5f1f9cf commit 36713a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/bisect-skip-count
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# This script is used to bisect skip and count arguments for --debug-counter.
# It is similar to bisect, except it understands how to increase skip and decrease count
#
Expand Down

0 comments on commit 36713a4

Please sign in to comment.