forked from OSchip/llvm-project
check_clang_tidy.py: Update run line to python3
`python` no longer exists on several systems, and the script runs under python3 when run as part of lit.
This commit is contained in:
parent
aed179f5f5
commit
88052fd241
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
#===- check_clang_tidy.py - ClangTidy Test Helper ------------*- python -*--===#
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue