Remove load_python_grammar for tests as well.

This commit is contained in:
Dave Halter
2017-05-25 13:36:40 -04:00
parent 3f36824a94
commit f94ef63ff2
3 changed files with 10 additions and 9 deletions

View File

@@ -133,7 +133,7 @@ TEST_ASSIGNMENTS = 2
TEST_USAGES = 3
grammar36 = parso.load_python_grammar('3.6')
grammar36 = parso.load_grammar('3.6')
class IntegrationTestCase(object):