summaryrefslogtreecommitdiff
path: root/tests/unix/extra_coverage.py.exp
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2021-09-15 10:54:48 -0500
committerDamien George <damien@micropython.org>2022-12-08 14:35:08 +1100
commitd75ff422972189232345108ecd2037ac148acda1 (patch)
treeaf6f447117c60e3d0416072442ccb98ee16c0a1b /tests/unix/extra_coverage.py.exp
parent9f434dd8de3c327c194d531c5496f603d6288d98 (diff)
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>
Diffstat (limited to 'tests/unix/extra_coverage.py.exp')
-rw-r--r--tests/unix/extra_coverage.py.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp
index 2f8e37c5f..ab6d49772 100644
--- a/tests/unix/extra_coverage.py.exp
+++ b/tests/unix/extra_coverage.py.exp
@@ -17,6 +17,8 @@ abc
# GC
0
0
+# GC part 2
+pass
# tracked allocation
m_tracked_head = 0
0 1