mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Turn off gen-dev test for now
This commit is contained in:
parent
140c33aa50
commit
fd7b4ec9fc
1 changed files with 1 additions and 1 deletions
|
@ -3449,7 +3449,7 @@ fn list_map2_conslist() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(any(feature = "gen-llvm", feature = "gen-dev", feature = "gen-wasm"))]
|
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||||
fn mutual_recursion_top_level_defs() {
|
fn mutual_recursion_top_level_defs() {
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
indoc!(
|
indoc!(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue