mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
don't capture from outside join point for the dev backend
This commit is contained in:
parent
c87519c209
commit
e19f0ae6d6
2 changed files with 14 additions and 4 deletions
|
@ -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!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue