Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Sep 16, 2021
1 parent e2d01f7 commit 92e8c0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyteal/compiler/subroutines_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,7 @@ def sub3Impl(a1, a2, a3):
],
}


def test_spillLocalSlotsDuringRecursion_recursive_many_args_no_return_v4():
def subImpl(a1, a2, a3):
return None
Expand Down Expand Up @@ -918,6 +919,7 @@ def subImpl(a1, a2, a3):
],
}


def test_spillLocalSlotsDuringRecursion_recursive_many_args_no_return_v5():
def subImpl(a1, a2, a3):
return None
Expand Down Expand Up @@ -987,6 +989,7 @@ def subImpl(a1, a2, a3):
],
}


def test_spillLocalSlotsDuringRecursion_recursive_many_args_return_v4():
def subImpl(a1, a2, a3):
return None
Expand Down Expand Up @@ -1063,6 +1066,7 @@ def subImpl(a1, a2, a3):
],
}


def test_spillLocalSlotsDuringRecursion_recursive_many_args_return_v5():
def subImpl(a1, a2, a3):
return None
Expand Down Expand Up @@ -1131,6 +1135,7 @@ def subImpl(a1, a2, a3):
],
}


def test_resolveSubroutines():
def sub1Impl(a1):
return None
Expand Down

0 comments on commit 92e8c0d

Please sign in to comment.