changeset: 100942:f8398dba48fb branch: 3.5 parent: 100937:0140eabf226b user: Victor Stinner date: Tue Apr 12 18:33:41 2016 +0200 files: Lib/test/test_grammar.py description: Issue #26647: Fix typo in test_grammar Patch written by Demur Rumed. diff -r 0140eabf226b -r f8398dba48fb Lib/test/test_grammar.py --- a/Lib/test/test_grammar.py Tue Apr 12 07:51:41 2016 +0200 +++ b/Lib/test/test_grammar.py Tue Apr 12 18:33:41 2016 +0200 @@ -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