Skip to content

Commit

Permalink
More doubled hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
swernli committed Feb 20, 2025
1 parent 68384c9 commit cf965f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/qsc_frontend/src/typeck/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3221,7 +3221,7 @@ fn lambda_implicit_return_without_call_ambiguous() {
}
"},
"",
&expect![[r##"
&expect![[r#"
#6 30-32 "()" : Unit
#10 40-104 "{\n let f = (a, b) -> {\n a + b\n };\n }" : Unit
#12 54-55 "f" : ((?3, ?3) -> ?3)
Expand All @@ -3235,7 +3235,7 @@ fn lambda_implicit_return_without_call_ambiguous() {
#24 82-83 "a" : ?3
#27 86-87 "b" : ?3
Error(Type(Error(AmbiguousTy(Span { lo: 68, hi: 97 }))))
"##]],
"#]],
);
}

Expand Down

0 comments on commit cf965f6

Please sign in to comment.