Skip to content

Commit 9c7c243

Browse files
committed
fixup! test: killbits + scoping unit + integration coverage (types + core)
unused message
1 parent 3fe6a96 commit 9c7c243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

imageflow_core/src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@ fn test_calculate_context_heap_size() {
13861386
// `CodecInstanceContainer` in the preallocated 4-slot AddRemoveSet.
13871387
// Account for both here.
13881388
assert!(context_allocs <= 6);
1389-
assert!(context_bytes <= 1096);
1389+
assert!(context_bytes <= 1104);
13901390

13911391
assert!(context_allocs <= 6);
13921392
assert!(thread_safe_bytes <= 1288);

0 commit comments

Comments
 (0)