diff options
author | Damien George <damien.p.george@gmail.com> | 2015-03-14 17:38:41 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-03-14 17:38:41 +0000 |
commit | 0683c1ceefe328399d967b85f172544eef04a832 (patch) | |
tree | ca904223d996e680e725a30d553a351e7ce2260f /tests | |
parent | 703c00968178cdfd18ef094fda4e99330bbf9cac (diff) | |
download | micropython-0683c1ceefe328399d967b85f172544eef04a832.tar.gz micropython-0683c1ceefe328399d967b85f172544eef04a832.zip |
tests: Don't try to verify amount of memory used in cmd_showbc test.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cmdline/cmd_showbc.py.exp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/cmdline/cmd_showbc.py.exp b/tests/cmdline/cmd_showbc.py.exp index dae26a9985..c7fb518b61 100644 --- a/tests/cmdline/cmd_showbc.py.exp +++ b/tests/cmdline/cmd_showbc.py.exp @@ -576,7 +576,7 @@ arg names: b a 01 LOAD_DEREF 0 03 BINARY_OP 5 __add__ 04 RETURN_VALUE -mem: total=11585, current=2341, peak=9293 -stack: 16 out of 32768 -GC: total: 259072, used: 3168, free: 255904 - No. of 1-blocks: 42, 2-blocks: 8, max blk sz: 17 +mem: total=###### +stack: ###### +GC: total: ###### + No. of 1-blocks: ###### |