mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Fix test with type errors
This commit is contained in:
parent
07781dd95f
commit
c6f313c33a
1 changed files with 3 additions and 1 deletions
|
@ -1676,6 +1676,8 @@ fn issue_2900_unreachable_pattern() {
|
||||||
"#
|
"#
|
||||||
),
|
),
|
||||||
RocStr::from("foo"),
|
RocStr::from("foo"),
|
||||||
RocStr
|
RocStr,
|
||||||
|
|x| x,
|
||||||
|
true // ignore type errors
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue