summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys_settrace.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_sys_settrace.py')
-rw-r--r--Lib/test/test_sys_settrace.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/test_sys_settrace.py b/Lib/test/test_sys_settrace.py
index 49e8928..40dd92c 100644
--- a/Lib/test/test_sys_settrace.py
+++ b/Lib/test/test_sys_settrace.py
@@ -936,10 +936,11 @@ class TraceTestCase(unittest.TestCase):
(-4, 'line'),
(-4, 'return'),
(2, 'line'),
+ (1, 'line'),
(-3, 'call'),
(-2, 'line'),
(-2, 'return'),
- (2, 'return')])
+ (1, 'return')])
def test_if_false_in_try_except(self):