mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
commit
2cc8e95198
22 changed files with 569 additions and 437 deletions
|
@ -129,7 +129,7 @@ fn compiles_to_ir(test_name: &str, src: &str) {
|
|||
println!("Ignoring {} canonicalization problems", can_problems.len());
|
||||
}
|
||||
|
||||
assert_eq!(type_problems, Vec::new());
|
||||
assert!(type_problems.is_empty());
|
||||
assert_eq!(mono_problems, Vec::new());
|
||||
|
||||
debug_assert_eq!(exposed_to_host.values.len(), 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue