mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Update repl tests
This commit is contained in:
parent
6aaa940ddf
commit
1e856d0766
1 changed files with 3 additions and 3 deletions
|
@ -600,16 +600,16 @@ fn type_problem() {
|
|||
r#"
|
||||
── TYPE MISMATCH ───────────────────────────────────────────────────────────────
|
||||
|
||||
The 2nd argument to add is not what I expect:
|
||||
This 2nd argument to add has an unexpected type:
|
||||
|
||||
4│ 1 + ""
|
||||
^^
|
||||
|
||||
This argument is a string of type:
|
||||
The argument is a string of type:
|
||||
|
||||
Str
|
||||
|
||||
But add needs the 2nd argument to be:
|
||||
But add needs its 2nd argument to be:
|
||||
|
||||
Num a
|
||||
"#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue