Skip to content

Commit 18a13c6

Browse files
committed
Drop Mode.Interactive exception
1 parent 870fae6 commit 18a13c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/Pickler.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class Pickler extends Phase {
8686
pickled
8787
}(using ExecutionContext.global)
8888
def force(): Array[Byte] = Await.result(pickledF, Duration.Inf)
89-
if ctx.settings.YtestPickler.value || ctx.mode.is(Mode.Interactive) then force()
89+
if ctx.settings.YtestPickler.value then force()
9090
unit.pickled += (cls -> force)
9191
}
9292
}

0 commit comments

Comments
 (0)