aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t7510
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t7510')
-rw-r--r--tests/pending/run/t7510/Test_2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t7510/Test_2.scala b/tests/pending/run/t7510/Test_2.scala
index 7d7a95e0f..edb8bfba4 100644
--- a/tests/pending/run/t7510/Test_2.scala
+++ b/tests/pending/run/t7510/Test_2.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()
tb.compile(tb.parse("@foo.Ann_1 class C"))
}