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.
This commit is contained in:
parent
71fec076dc
commit
f65e4f0b8f
|
@ -242,8 +242,6 @@ arg names:
|
|||
\\d\+ POP_BLOCK
|
||||
\\d\+ JUMP \\d\+
|
||||
\\d\+ POP_TOP
|
||||
\\d\+ POP_TOP
|
||||
\\d\+ POP_TOP
|
||||
\\d\+ LOAD_DEREF 14
|
||||
\\d\+ POP_TOP
|
||||
\\d\+ POP_EXCEPT
|
||||
|
|
Loading…
Reference in New Issue