chore(tests/lean/type_error_at_eval_expr): fix test
We should suppress the internal numerical ids when displaying this kind of error message as suggested by @kha
This commit is contained in:
parent
8d409d7c63
commit
abbc483246
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
type_error_at_eval_expr.lean:3:0: error: eval_expr failed due to type error
|
||||
nested exception message:
|
||||
type mismatch at definition '_eval_expr.16.436', has type
|
||||
type mismatch at definition '_eval_expr.16.439', has type
|
||||
list ℕ
|
||||
but is expected to have type
|
||||
ℕ
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue