Skip to content

Commit 3dafa77

Browse files
committed
Don't refer to DottyPredef
1 parent 52a0135 commit 3dafa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sourcecode/jvm/src/test/scala/sourcecode/TestUtil.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object TestUtil {
66
lazy val isDotty = {
77
val cl: ClassLoader = Thread.currentThread().getContextClassLoader
88
try {
9-
cl.loadClass("dotty.DottyPredef")
9+
cl.loadClass("scala.runtime.Scala3RunTime")
1010
true
1111
} catch {
1212
case _: ClassNotFoundException =>

0 commit comments

Comments
 (0)