Fixed off-by-one COMPACTSET in test_traversal_compact_mtree

This commit is contained in:
Christopher Haster
2024-08-21 19:03:56 -05:00
parent 4d8bfeae71
commit ad919f38d7
+1 -1
View File
@@ -5790,7 +5790,7 @@ defines.CKDATA = [false, true]
defines.SIZE = 'FILE_BUFFER_SIZE/2'
# set compact thresh to minimum
defines.GC_COMPACT_THRESH = 'BLOCK_SIZE/2'
defines.COMPACTSET = 'range(0x7)'
defines.COMPACTSET = 'range(0x8)'
code = '''
lfs_t lfs;
lfsr_format(&lfs, LFS_F_RDWR, CFG) => 0;