Skip to content

Commit

Permalink
Fix import suggestion error logging (#18707)
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
bishabosha authored Oct 17, 2023
2 parents b90e9c6 + 322f874 commit af6a2ef
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 af6a2ef

Please sign in to comment.