fix load tests

This commit is contained in:
Folkert 2020-10-07 23:25:47 +02:00
parent 6976682783
commit f16e17823e
4 changed files with 50 additions and 18 deletions

View file

@ -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,
};