RecordFields makes things bigger

This commit is contained in:
Folkert 2021-08-03 00:25:33 +02:00
parent 54198d7da1
commit 0f3b9c01fa

View file

@ -4499,6 +4499,7 @@ mod solve_expr {
std::mem::size_of::<roc_types::types::Problem>(), 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)
} }
} }