Issue #26647: Fix typo in test_grammar

Patch written by Demur Rumed.
This commit is contained in:
Victor Stinner 2016-04-12 18:33:41 +02:00
parent 7ff033bd62
commit c6ec54d8eb
1 changed files with 1 additions and 1 deletions

View File

@ -994,7 +994,7 @@ class GrammarTests(unittest.TestCase):
# Test ifelse expressions in various cases
def _checkeval(msg, ret):
"helper to check that evaluation of expressions is done correctly"
print(x)
print(msg)
return ret
# the next line is not allowed anymore