mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Make sure to ignore type errors in test
This commit is contained in:
parent
41659ec394
commit
7fdaf0f1bf
1 changed files with 3 additions and 1 deletions
|
@ -1031,7 +1031,9 @@ fn call_with_bad_record_runtime_error() {
|
|||
"#
|
||||
),
|
||||
true,
|
||||
bool
|
||||
bool,
|
||||
|x| x,
|
||||
true // ignore type errors
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue