mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 18:08:55 +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]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
|
||||
fn list_manual_range() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
@ -3382,7 +3382,7 @@ fn with_capacity() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
|
||||
fn with_capacity_append() {
|
||||
// see https://github.com/roc-lang/roc/issues/1732
|
||||
assert_evals_to!(
|
||||
|
Loading…
Reference in New Issue
Block a user