mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
gen_dev: more tests for append
This commit is contained in:
parent
0adb38beca
commit
e70b491816
@ -2617,7 +2617,7 @@ fn list_contains_str() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
|
||||||
fn list_manual_range() {
|
fn list_manual_range() {
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
indoc!(
|
indoc!(
|
||||||
@ -3382,7 +3382,7 @@ fn with_capacity() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
|
||||||
fn with_capacity_append() {
|
fn with_capacity_append() {
|
||||||
// see https://github.com/roc-lang/roc/issues/1732
|
// see https://github.com/roc-lang/roc/issues/1732
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
|
Loading…
Reference in New Issue
Block a user