Fix issues with flows.

This commit is contained in:
Dave Halter
2015-01-28 13:03:57 +01:00
parent 5e8f8f7a8d
commit 6ec89e6785
2 changed files with 21 additions and 9 deletions

View File

@@ -120,7 +120,7 @@ def test_if():
''')
# Two parsers needed, one for pass and one for the function.
m = check_fp(src, 2)
check_fp(src, 2)
def test_incomplete_function():