removed an old part_parser test

This commit is contained in:
David Halter
2013-05-03 21:35:28 +04:30
parent 4d0417f591
commit 698ee7af28

View File

@@ -42,13 +42,6 @@ class TestRegression(TestBase):
cache.star_import_cache = {}
self.assertEqual(length, 1)
def test_part_parser(self):
""" test the function_definition speedups """
s = '\n' * 100 + 'abs('
pos = 101, 4
self.function_definition(s, pos)
assert self.function_definition(s, pos)
def test_goto_definition_cursor(self):
s = ("class A():\n"