fix lambda set case not handled

This commit is contained in:
Folkert 2023-05-06 01:12:57 +02:00
parent deb1e9952d
commit 44e5d7459e
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 23 additions and 2 deletions

View file

@ -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!(