mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Update tests
This commit is contained in:
parent
e830ed281f
commit
922f2f5683
1 changed files with 2 additions and 2 deletions
|
@ -2362,7 +2362,7 @@ pub mod test_constrain {
|
||||||
\f -> (\a, b -> f b a)
|
\f -> (\a, b -> f b a)
|
||||||
"#
|
"#
|
||||||
),
|
),
|
||||||
"(a, b -> c) -> (b, a -> c)",
|
"(a, b -> d) -> (b, a -> d)",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2400,7 +2400,7 @@ pub mod test_constrain {
|
||||||
\{} -> x
|
\{} -> x
|
||||||
"#
|
"#
|
||||||
),
|
),
|
||||||
"{}* -> Num *",
|
"{}* -> Num a",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue