Finally fix the last remaining fast parser issue.

This commit is contained in:
Dave Halter
2016-06-06 08:55:10 +02:00
parent 436f7dffe0
commit 4ec72d8f24
2 changed files with 10 additions and 7 deletions

View File

@@ -430,8 +430,7 @@ def test_additional_indent():
pass
''')
x = check_fp(source, 2)
import pdb; pdb.set_trace()
check_fp(source, 2)
def test_incomplete_function():