python 2.6 grammar test tweak

This commit is contained in:
rocky
2018-04-16 13:00:30 -04:00
parent 245deb0931
commit 6c6d62edb8
3 changed files with 8 additions and 5 deletions

View File

@@ -30,6 +30,8 @@ def test_grammar():
expect_lhs.add('kvlist')
expect_lhs.add('kv3')
unused_rhs.add('dict')
elif PYTHON_VERSION == 2.6:
unused_rhs.add('call')
if PYTHON3:
expect_lhs.add('load_genexpr')