aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/reflection-idtc.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/reflection-idtc.scala')
-rw-r--r--tests/pending/run/reflection-idtc.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/reflection-idtc.scala b/tests/pending/run/reflection-idtc.scala
index c2b0347c7..c61b57b56 100644
--- a/tests/pending/run/reflection-idtc.scala
+++ b/tests/pending/run/reflection-idtc.scala
@@ -2,7 +2,7 @@ import scala.reflect.runtime.universe._
import scala.reflect.runtime.{currentMirror => cm}
import scala.tools.reflect.ToolBox
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
val tb = cm.mkToolBox()
val idsym = tb.typecheck(q"type Id[X] = X").symbol.asType
val idTC1 = idsym.info