summaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-09-27 13:22:06 +1000
committerDamien George <damien.p.george@gmail.com>2016-09-27 13:22:06 +1000
commitf65e4f0b8fbd3992da6cf8a69e89e3bad3001d36 (patch)
treeb1088d3bbed7bbfc7fb10d4e26a5dd548c2738c8 /tests
parent71fec076dc596409d85a8bfaf64bc2598c5578a2 (diff)
downloadmicropython-f65e4f0b8fbd3992da6cf8a69e89e3bad3001d36.tar.gz
micropython-f65e4f0b8fbd3992da6cf8a69e89e3bad3001d36.zip
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/cmdline/cmd_showbc.py.exp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/cmdline/cmd_showbc.py.exp b/tests/cmdline/cmd_showbc.py.exp
index 7d2eaeb85f..d3ac8d1c28 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