Fix test with type errors

This commit is contained in:
ayazhafiz 2022-04-28 21:13:10 -04:00
parent 07781dd95f
commit c6f313c33a

View file

@ -1676,6 +1676,8 @@ fn issue_2900_unreachable_pattern() {
"#
),
RocStr::from("foo"),
RocStr
RocStr,
|x| x,
true // ignore type errors
)
}