diff options
Diffstat (limited to 'tests/micropython/heapalloc.py.exp')
-rw-r--r-- | tests/micropython/heapalloc.py.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/micropython/heapalloc.py.exp b/tests/micropython/heapalloc.py.exp index c8cffe183..b8580edc6 100644 --- a/tests/micropython/heapalloc.py.exp +++ b/tests/micropython/heapalloc.py.exp @@ -8,4 +8,8 @@ 1 1 2 1 1 +(1, 'two', (b'three',)) 1 2 3 4 10 +1 +two +(True, b'bytes', ()) |