mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
RecordFields makes things bigger
This commit is contained in:
parent
54198d7da1
commit
0f3b9c01fa
1 changed files with 2 additions and 1 deletions
|
@ -4499,6 +4499,7 @@ mod solve_expr {
|
|||
std::mem::size_of::<roc_types::types::Problem>(),
|
||||
);
|
||||
|
||||
assert_eq!((40, 72, 56, 48, 64), query)
|
||||
// without RecordFields in FlatType assert_eq!((40, 72, 56, 48, 64), query)
|
||||
assert_eq!((40, 104, 88, 80, 64), query)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue