Skip to content

Commit 558f9cd

Browse files
committed
Fix meminfo test
1 parent db3945e commit 558f9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/micropython/meminfo.py.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mem: total=\\d\+, current=\\d\+, peak=\\d\+
66
stack: \\d\+ out of \\d\+
77
GC: total: \\d\+, used: \\d\+, free: \\d\+
88
No. of 1-blocks: \\d\+, 2-blocks: \\d\+, max blk sz: \\d\+, max free sz: \\d\+
9-
GC memory layout; from \[0-9a-f\]\+:
9+
GC memory layout; from 0x\[0-9a-f\]\+:
1010
########
1111
qstr pool: n_pool=1, n_qstr=\\d, n_str_data_bytes=\\d\+, n_total_bytes=\\d\+
1212
qstr pool: n_pool=1, n_qstr=\\d, n_str_data_bytes=\\d\+, n_total_bytes=\\d\+

0 commit comments

Comments
 (0)