Skip to content

Commit aa2d3c5

Browse files
committed
Fix check file
1 parent 85f0617 commit aa2d3c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/neg/i14772.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
| no given instance of type quoted.ToExpr[Unit] was found for parameter x$2 of method apply in object Expr.
1111
| I found:
1212
|
13-
| quoted.ToExpr.IntToExpr[T]
13+
| quoted.ToExpr.ClassToExpr[T]
1414
|
15-
| But given instance IntToExpr in object ToExpr does not match type quoted.ToExpr[Unit].
15+
| But given instance ClassToExpr in object ToExpr does not match type quoted.ToExpr[Unit].

0 commit comments

Comments
 (0)