Skip to content

Commit

Permalink
disable dev test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev committed Jun 21, 2023
1 parent a51aeb4 commit 5c67536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/compiler/test_gen/src/gen_primitives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ fn linked_list_sum_int() {
}

#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
fn linked_list_map() {
assert_evals_to!(
indoc!(
Expand Down

0 comments on commit 5c67536

Please sign in to comment.