Skip to content

Commit

Permalink
Fix import suggestion error logging
Browse files Browse the repository at this point in the history
This was printing the extra debug information when testing tests/neg-deep-subtype/i1650.scala
  • Loading branch information
nicolasstucki committed Oct 17, 2023
1 parent 69e1338 commit 322f874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ trait ImportSuggestions:
&& {
val task = new TimerTask:
def run() =
println(i"Cancelling test of $ref when making suggestions for error in ${ctx.source}")
implicits.println(i"Cancelling test of $ref when making suggestions for error in ${ctx.source}")
ctx.run.nn.isCancelled = true
val span = ctx.owner.srcPos.span
val (expectedType, argument, kind) = pt match
Expand Down

0 comments on commit 322f874

Please sign in to comment.