diff options
| author | Damien George | 2016-09-27 13:22:06 +1000 |
|---|---|---|
| committer | Damien George | 2016-09-27 13:22:06 +1000 |
| commit | f65e4f0b8fbd3992da6cf8a69e89e3bad3001d36 (patch) | |
| tree | b1088d3bbed7bbfc7fb10d4e26a5dd548c2738c8 | |
| parent | 71fec076dc596409d85a8bfaf64bc2598c5578a2 (diff) | |
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.
| -rw-r--r-- | tests/cmdline/cmd_showbc.py.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/cmdline/cmd_showbc.py.exp b/tests/cmdline/cmd_showbc.py.exp index 7d2eaeb85..d3ac8d1c2 100644 --- a/tests/cmdline/cmd_showbc.py.exp +++ b/tests/cmdline/cmd_showbc.py.exp @@ -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 |
