aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t5418b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t5418b.scala')
-rw-r--r--tests/pending/run/t5418b.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t5418b.scala b/tests/pending/run/t5418b.scala
index f74730e46..650700ae2 100644
--- a/tests/pending/run/t5418b.scala
+++ b/tests/pending/run/t5418b.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 untyped = reify(new Object().getClass).tree
val typed = tb.typecheck(untyped)