disable dev test for now

This commit is contained in:
Folkert 2023-06-21 17:12:37 +02:00
parent 249f9bcf1e
commit 284fd3ee6c
No known key found for this signature in database
GPG Key ID: 1F17F6FFD112B97C

View File

@ -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!(