mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove debugging prints.
This commit is contained in:
parent
36458ee501
commit
1b6cab6531
1 changed files with 0 additions and 4 deletions
|
@ -150,10 +150,6 @@ def run_tests():
|
|||
(eval_tests, eval_results, "eval")):
|
||||
for i, o in itertools.izip(input, output):
|
||||
ast_tree = compile(i, "?", kind, 0x400)
|
||||
# XXX(nnorwitz): these prints seem to be only for debugging.
|
||||
# If they are really desired, we must generate the output file.
|
||||
# print repr(to_tuple(ast_tree))
|
||||
# print repr(o)
|
||||
assert to_tuple(ast_tree) == o
|
||||
test_order(ast_tree, (0, 0))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue