expand test coverage

This commit is contained in:
Brendan Hansknecht 2022-02-19 19:39:44 -08:00
parent c6f1edbf47
commit 2154e910d8
4 changed files with 20 additions and 18 deletions

View file

@ -19,7 +19,7 @@ use indoc::indoc;
use roc_std::{RocList, RocStr};
#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
fn roc_list_construction() {
let list = RocList::from_slice(&[1i64; 23]);
assert_eq!(&list, &list);