| Index: Lib/test/test_trace.py |
| =================================================================== |
| --- Lib/test/test_trace.py (revision 70087) |
| +++ Lib/test/test_trace.py (working copy) |
| @@ -351,7 +351,7 @@ |
| # issue1750076: "while" expression is skipped by debugger |
| def for_example(): |
| for x in range(2): |
| - pass |
| + y = x |
| self.run_and_compare( |
| for_example, |
| [(0, 'call'), |