mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
box errors in flat type
This commit is contained in:
parent
9581195c1b
commit
06f07700d4
4 changed files with 5 additions and 5 deletions
|
@ -4499,6 +4499,6 @@ mod solve_expr {
|
|||
std::mem::size_of::<roc_types::types::Problem>(),
|
||||
);
|
||||
|
||||
assert_eq!(query, (40, 96, 80, 72, 64))
|
||||
assert_eq!(query, (40, 80, 64, 56, 64))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue