Skip to content

Commit f65e4f0

Browse files
committed
tests/cmdline/cmd_showbc: Fix test now that 1 value is stored on stack.
This corresponds to the change in the way exception values are stored on the Python value stack.
1 parent 71fec07 commit f65e4f0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/cmdline/cmd_showbc.py.exp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,6 @@ arg names:
242242
\\d\+ POP_BLOCK
243243
\\d\+ JUMP \\d\+
244244
\\d\+ POP_TOP
245-
\\d\+ POP_TOP
246-
\\d\+ POP_TOP
247245
\\d\+ LOAD_DEREF 14
248246
\\d\+ POP_TOP
249247
\\d\+ POP_EXCEPT

0 commit comments

Comments
 (0)