Skip to content

Commit c435ad1

Browse files
committed
Update size check
1 parent 3ffd78e commit c435ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/serialization_size_check.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const expected_safelist_u8_size = 24;
3131
const expected_safelist_u32_size = 24;
3232
const expected_safemultilist_teststruct_size = 24;
3333
const expected_safemultilist_node_size = 24;
34-
const expected_moduleenv_size = 712; // Platform-independent size (includes padding for removed fields)
34+
const expected_moduleenv_size = 704; // Platform-independent size
3535
const expected_nodestore_size = 96; // Platform-independent size
3636

3737
// Compile-time assertions - build will fail if sizes don't match expected values

0 commit comments

Comments
 (0)