mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
fix lambda set case not handled
This commit is contained in:
parent
deb1e9952d
commit
44e5d7459e
2 changed files with 23 additions and 2 deletions
|
@ -3620,7 +3620,7 @@ fn call_function_in_empty_list_unbound() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
|
||||
fn issue_3571_lowlevel_call_function_with_bool_lambda_set() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue