From 698ee7af284ad8f7a450d32d2e921321c501a9e8 Mon Sep 17 00:00:00 2001 From: David Halter Date: Fri, 3 May 2013 21:35:28 +0430 Subject: [PATCH] removed an old part_parser test --- test/test_regression.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/test_regression.py b/test/test_regression.py index 30721a09..d17c2627 100755 --- a/test/test_regression.py +++ b/test/test_regression.py @@ -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"