Skip to content

Commit

Permalink
tyck: Workaround test failure in type error formatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenArthur committed Sep 3, 2024
1 parent 847135f commit f6b3e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typecheck/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ mod tests {
let ast = ast! {
func foo(one: string, two: int, three: char) -> int { two }

"hoo".foo(15, 14)
"hoo".foo('a', 14)
};

let fir = fir!(ast).type_check();
Expand Down

0 comments on commit f6b3e8e

Please sign in to comment.