Skip to content

Commit

Permalink
delete debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed Oct 2, 2024
1 parent 22bffe3 commit aaaf7dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/src/dotty/tools/dotc/transform/Pickler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,6 @@ class Pickler extends Phase {
case None =>
()

if ctx.settings.YtestPicklerCheck.value then
sys.error(printedTasty(cls))

inContext(printerContext(testJava)(using rootCtx.fresh.setCompilationUnit(freshUnit))):
testSame(i"$unpickled%\n%", beforePickling(cls), cls)

Expand Down

0 comments on commit aaaf7dd

Please sign in to comment.