mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-11 04:30:52 +00:00
[lit] Fix non-function style print statement.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203573 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
90b25eaef2
commit
d111694af2
@ -232,7 +232,7 @@ def main(builtinParameters = {}):
|
|||||||
(opts, args) = parser.parse_args()
|
(opts, args) = parser.parse_args()
|
||||||
|
|
||||||
if opts.show_version:
|
if opts.show_version:
|
||||||
print "lit %s" % (lit.__version__,)
|
print("lit %s" % (lit.__version__,))
|
||||||
return
|
return
|
||||||
|
|
||||||
if not args:
|
if not args:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user