mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
expand test coverage
This commit is contained in:
parent
c6f1edbf47
commit
2154e910d8
4 changed files with 20 additions and 18 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue