Modify test_grammar for last change

This commit is contained in:
rocky
2017-11-30 17:17:44 -05:00
parent 01b5ed2304
commit 0744a549dd

View File

@@ -30,7 +30,7 @@ def test_grammar():
unused_rhs = unused_rhs.union(set("""
except_pop_except generator_exp classdefdeco2
mapexpr
dict
""".split()))
if 3.0 <= PYTHON_VERSION:
expect_lhs.add("annotate_arg")