Fix bug introduced in last commit

This commit is contained in:
rocky
2018-03-24 06:29:35 -04:00
parent 35a60e0274
commit 0d327ab0ce
3 changed files with 8 additions and 4 deletions

View File

@@ -51,7 +51,6 @@ def test_grammar():
else:
expect_right_recursive.add((('l_stmts',
('lastl_stmt', 'COME_FROM', 'l_stmts'))))
# expect_lhs.add('kwargs1')
pass
pass
pass