commit | e2eca0b709451e6956d7c84658e9c29037be7c0c | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Mon Aug 15 18:14:19 2005 +0000 |
committer | Barry Warsaw <barry@python.org> | Mon Aug 15 18:14:19 2005 +0000 |
tree | b83904c9a8949bd1349dc8cb1888a6a9471dd96f | |
parent | f09582eeda07aafba4f6169acec336927972d89b [diff] |
Port from the Python 2.4 branch, patches for SF bug # 900092, hotshot.stats.load.
diff --git a/Lib/test/test_trace.py b/Lib/test/test_trace.py index f85c669..7f866fb 100644 --- a/Lib/test/test_trace.py +++ b/Lib/test/test_trace.py
@@ -97,6 +97,7 @@ (-3, 'call'), (-2, 'line'), (-2, 'exception'), + (-2, 'return'), (2, 'exception'), (3, 'line'), (4, 'line'),