mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix test_derive script
This commit is contained in:
parent
1262198f7a
commit
6de816a9fc
1 changed files with 5 additions and 1 deletions
|
@ -529,7 +529,11 @@ where
|
|||
interns.all_ident_ids.insert(DERIVED_MODULE, ident_ids);
|
||||
DERIVED_MODULE.register_debug_idents(interns.all_ident_ids.get(&DERIVED_MODULE).unwrap());
|
||||
|
||||
let pp_ctx = PPCtx { interns: &interns };
|
||||
let pp_ctx = PPCtx {
|
||||
interns: &interns,
|
||||
print_lambda_names: false,
|
||||
home: builtin_module,
|
||||
};
|
||||
let derived_program = pretty_print_def(&pp_ctx, &derived_def);
|
||||
|
||||
check_derived_typechecks_and_golden(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue