summaryrefslogtreecommitdiffstatshomepage
path: root/tests/stress/recursion.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stress/recursion.py')
-rw-r--r--tests/stress/recursion.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stress/recursion.py b/tests/stress/recursion.py
index 227f48396a..c2d831bb82 100644
--- a/tests/stress/recursion.py
+++ b/tests/stress/recursion.py
@@ -1,6 +1,7 @@
def foo():
foo()
+
try:
foo()
except RuntimeError: