[Python-checkins] cpython (3.5): Issue #26647: Fix typo in test_grammar
victor.stinner
python-checkins at python.org
Tue Apr 12 12:44:15 EDT 2016
https://hg.python.org/cpython/rev/f8398dba48fb
changeset: 100942:f8398dba48fb
branch: 3.5
parent: 100937:0140eabf226b
user: Victor Stinner <victor.stinner at gmail.com>
date: Tue Apr 12 18:33:41 2016 +0200
summary:
Issue #26647: Fix typo in test_grammar
Patch written by Demur Rumed.
files:
Lib/test/test_grammar.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/test/test_grammar.py b/Lib/test/test_grammar.py
--- a/Lib/test/test_grammar.py
+++ b/Lib/test/test_grammar.py
@@ -994,7 +994,7 @@
# 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
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list