Make sure to ignore type errors in test

This commit is contained in:
Ayaz Hafiz 2022-11-24 14:58:35 -06:00
parent 41659ec394
commit 7fdaf0f1bf
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -1031,7 +1031,9 @@ fn call_with_bad_record_runtime_error() {
"#
),
true,
bool
bool,
|x| x,
true // ignore type errors
)
}