mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
fix load tests
This commit is contained in:
parent
6976682783
commit
f16e17823e
4 changed files with 50 additions and 18 deletions
|
@ -155,9 +155,7 @@ pub fn gen(
|
|||
let proc = PartialProc {
|
||||
annotation,
|
||||
// This is a 0-arity thunk, so it has no arguments.
|
||||
pattern_symbols: bumpalo::collections::Vec::new_in(
|
||||
mono_env.arena,
|
||||
),
|
||||
pattern_symbols: &[],
|
||||
is_tail_recursive: false,
|
||||
body,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue