Skip to content

Commit

Permalink
update expected error output in test
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Dec 13, 2024
1 parent bd3c5ff commit d759a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/TestLanguagePipeline.hs
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ testLanguagePipeline =
( processCompare
(==)
"move; def x = move; say 3 end; move;"
"1:25: Type mismatch:\n From context, expected `3` to have type `Text`,\n but it actually has type `Int`\n\n - While checking the right-hand side of a semicolon\n - While checking the definition of x"
"1:25: Type mismatch:\n From context, expected `3` to have type `Text`,\n but it actually has type `Int`\n\n - While checking the right-hand side of a function application: say _\n - While checking the definition of x"
)
, testGroup
"let and def types"
Expand Down

0 comments on commit d759a2e

Please sign in to comment.