summaryrefslogtreecommitdiff
path: root/tests/test_arcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_arcs.py')
-rw-r--r--tests/test_arcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py
index cd159e1c..dd7e9b37 100644
--- a/tests/test_arcs.py
+++ b/tests/test_arcs.py
@@ -592,7 +592,7 @@ class ExceptionArcTest(CoverageTest):
self.check_coverage("""\
a, c, d, i = 1, 1, 1, 99
try:
- for i in range(5):
+ for i in range(3):
try:
a = 5
if i > 0: