mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
disable dev test for now
This commit is contained in:
parent
249f9bcf1e
commit
284fd3ee6c
1 changed files with 1 additions and 1 deletions
|
@ -795,7 +795,7 @@ fn linked_list_sum_int() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
|
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||||
fn linked_list_map() {
|
fn linked_list_map() {
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
indoc!(
|
indoc!(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue