mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix tests
This commit is contained in:
parent
281f2d6842
commit
f45e3dbb46
9 changed files with 27 additions and 40 deletions
|
@ -98,7 +98,7 @@ mod solve_expr {
|
|||
arena,
|
||||
file_path,
|
||||
module_src,
|
||||
dir.path(),
|
||||
dir.path().to_path_buf(),
|
||||
exposed_types,
|
||||
roc_target::TargetInfo::default_x86_64(),
|
||||
roc_reporting::report::RenderTarget::Generic,
|
||||
|
@ -6572,7 +6572,7 @@ mod solve_expr {
|
|||
A := {}
|
||||
id1 = \@A {} -> @A {}
|
||||
#^^^{-1}
|
||||
|
||||
|
||||
id2 = \@A {} -> id1 (@A {})
|
||||
#^^^{-1} ^^^
|
||||
|
||||
|
@ -6919,7 +6919,7 @@ mod solve_expr {
|
|||
Ok u -> [Pair u (List.drop inp 1)]
|
||||
_ -> []
|
||||
|
||||
main = any
|
||||
main = any
|
||||
"#
|
||||
),
|
||||
"Parser U8",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue