mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
help the type checker
This commit is contained in:
parent
b881af47cb
commit
2b0ec6c227
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ mod test {
|
|||
|
||||
assert_eq!(
|
||||
before - after,
|
||||
std::mem::size_of::<pe::ImageImportDescriptor>() as _
|
||||
std::mem::size_of::<pe::ImageImportDescriptor>() as u32
|
||||
);
|
||||
|
||||
assert_eq!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue