mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
disable wasm tests that are broken
This commit is contained in:
parent
1dd0738eba
commit
8e710cb80e
4 changed files with 22 additions and 7 deletions
|
@ -77,6 +77,7 @@ fn dict_nonempty_contains() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore = "TODO figure out why this is broken with llvm wasm tests"]
|
||||
#[cfg(any(feature = "gen-llvm"))]
|
||||
fn dict_empty_remove() {
|
||||
assert_evals_to!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue