mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
wasm: fix stack order in higher-order wrapper
This commit is contained in:
parent
b1f15799e3
commit
a63e55e023
2 changed files with 11 additions and 10 deletions
|
@ -1074,7 +1074,7 @@ fn closure_in_list() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
fn specialize_closure() {
|
||||
use roc_std::RocList;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue