diff options
author | stijn <stijn@ignitron.net> | 2016-10-05 12:34:18 +0200 |
---|---|---|
committer | stijn <stijn@ignitron.net> | 2016-10-05 12:58:50 +0200 |
commit | 7f19b1c3eb488a8466fd1fca0530dba6a02d9f1a (patch) | |
tree | aaf7fdd6c3a16a5d4a53d13a3232193e8c3910c2 /tests/cmdline/cmd_showbc.py.exp | |
parent | b89ac9db78def244fca8a38636709a14ff39dcd9 (diff) | |
download | micropython-7f19b1c3eb488a8466fd1fca0530dba6a02d9f1a.tar.gz micropython-7f19b1c3eb488a8466fd1fca0530dba6a02d9f1a.zip |
tests: Fix expected output of verbose cmdline test
The output might contain more than one line ending in 5b so properly skip
everything until the next known point.
This fixes test failures in appveyor debug builds.
Diffstat (limited to 'tests/cmdline/cmd_showbc.py.exp')
-rw-r--r-- | tests/cmdline/cmd_showbc.py.exp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cmdline/cmd_showbc.py.exp b/tests/cmdline/cmd_showbc.py.exp index d3ac8d1c28..0e5c559424 100644 --- a/tests/cmdline/cmd_showbc.py.exp +++ b/tests/cmdline/cmd_showbc.py.exp @@ -27,8 +27,7 @@ arg names: File cmdline/cmd_showbc.py, code block 'f' (descriptor: \.\+, bytecode @\.\+ bytes) Raw bytecode (code_info_size=\\d\+, bytecode_size=\\d\+): ######## -\.\+5b -arg names: +\.\+rg names: (N_STATE 22) (N_EXC_STACK 2) (INIT_CELL 14) |