mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
add Roc-level shared case tests
This commit is contained in:
parent
6832f952d1
commit
ca48d17dbc
3 changed files with 66 additions and 9 deletions
|
@ -215,7 +215,7 @@ fn list_drop_at() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn list_drop_at_mutable() {
|
||||
fn list_drop_at_shared() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
r#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue