More testing

This commit is contained in:
rocky
2018-04-04 22:43:19 -04:00
parent 30ce3a8bea
commit 3f26589bf1
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ def test_grammar():
unused_rhs.add('call')
if PYTHON_VERSION == 3.5:
expect_right_recursive.add((('l_stmts',
('lastl_stmt', 'COME_FROM', 'l_stmts'))))
('lastl_stmt', 'come_froms', 'l_stmts'))))
pass
pass
else: