mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
unix/coverage: Add extra GC coverage test for ATB gap byte.
The assertion that is added here (to gc.c) fails when running this new test if ALLOC_TABLE_GAP_BYTE is set to 0. Signed-off-by: Jeff Epler <jepler@gmail.com> Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
committed by
Damien George
parent
9f434dd8de
commit
d75ff42297
@@ -17,6 +17,8 @@ abc
|
||||
# GC
|
||||
0
|
||||
0
|
||||
# GC part 2
|
||||
pass
|
||||
# tracked allocation
|
||||
m_tracked_head = 0
|
||||
0 1
|
||||
|
||||
Reference in New Issue
Block a user