forked from OSchip/llvm-project
Change shebang from python to python3 in update_cc_test_checks.py
All update_test_checks.py scripts were updated in this revision https://reviews.llvm.org/D70730 except for update_cc_test_checks.py. Reviewed By: barannikov88 Differential Revision: https://reviews.llvm.org/D129590
This commit is contained in:
parent
6abaa8e210
commit
9f70869545
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
'''A utility to update LLVM IR CHECK lines in C/C++ FileCheck test files.
|
||||
|
||||
Example RUN lines in .c/.cc test files:
|
||||
|
|
Loading…
Reference in New Issue