summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_trace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_trace.py b/Lib/test/test_trace.py
index eca8c16..314801d 100644
--- a/Lib/test/test_trace.py
+++ b/Lib/test/test_trace.py
@@ -57,7 +57,7 @@ no_pop_tops.events = [(0, 'call'),
(3, 'line'),
(4, 'line'),
(2, 'line'),
- (6, 'return')]
+ (2, 'return')]
def no_pop_blocks():
while 0: