Update repl tests

This commit is contained in:
Richard Feldman 2022-07-19 21:07:24 -04:00
parent 6aaa940ddf
commit 1e856d0766
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

@ -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
"#