mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Clippy
This commit is contained in:
parent
e296d35bcd
commit
d660016b53
4 changed files with 8 additions and 9 deletions
|
@ -148,7 +148,7 @@ fn compiles_to_ir(test_name: &str, src: &str, no_check: bool) {
|
|||
let main_fn_symbol = exposed_to_host.values.keys().copied().next().unwrap();
|
||||
|
||||
if !no_check {
|
||||
check_procedures(&arena, &interns, &layout_interner, &procedures);
|
||||
check_procedures(arena, &interns, &layout_interner, &procedures);
|
||||
}
|
||||
|
||||
verify_procedures(test_name, layout_interner, procedures, main_fn_symbol);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue