mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
two more tests
This commit is contained in:
parent
41583edfb2
commit
83742bc741
1 changed files with 2 additions and 2 deletions
|
@ -663,7 +663,7 @@ fn list_drop_last() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
|
||||||
fn list_drop_last_mutable() {
|
fn list_drop_last_mutable() {
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
indoc!(
|
indoc!(
|
||||||
|
@ -1101,7 +1101,7 @@ fn list_keep_if_one() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
|
||||||
fn list_keep_if_str_is_hello() {
|
fn list_keep_if_str_is_hello() {
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
indoc!(
|
indoc!(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue