update the tests

This commit is contained in:
Folkert 2022-01-26 15:59:21 +01:00
parent c663a35e16
commit b9c318e9fb
13 changed files with 29 additions and 18 deletions

View file

@ -21,6 +21,7 @@ roc_builtins = { path = "../builtins" }
roc_problem = { path = "../problem" }
roc_parse = { path = "../parse" }
roc_solve = { path = "../solve" }
roc_target = { path = "../target" }
pretty_assertions = "1.0.0"
indoc = "1.0.3"
tempfile = "3.2.0"

View file

@ -63,7 +63,7 @@ mod solve_expr {
&stdlib,
dir.path(),
exposed_types,
8,
roc_target::TargetInfo::default_x86_64(),
builtin_defs_map,
);