don't capture from outside join point for the dev backend

This commit is contained in:
Folkert 2023-06-21 21:43:16 +02:00
parent c87519c209
commit e19f0ae6d6
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 14 additions and 4 deletions

View file

@ -795,7 +795,7 @@ fn linked_list_sum_int() {
}
#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
fn linked_list_map() {
assert_evals_to!(
indoc!(