mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
disable test for wasm that uses pointers
This commit is contained in:
parent
29ad54e5d1
commit
69fb5e2cef
1 changed files with 1 additions and 1 deletions
|
@ -1477,7 +1477,7 @@ fn rbtree_insert() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm"))]
|
||||
#[cfg(all(any(feature = "gen-llvm"), not(feature = "gen-llvm-wasm")))]
|
||||
fn rbtree_balance_3() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue