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:
Jeff Epler
2021-09-15 10:54:48 -05:00
committed by Damien George
parent 9f434dd8de
commit d75ff42297
3 changed files with 42 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ abc
# GC
0
0
# GC part 2
pass
# tracked allocation
m_tracked_head = 0
0 1