aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t7120b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t7120b.scala')
-rw-r--r--tests/pending/run/t7120b.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t7120b.scala b/tests/pending/run/t7120b.scala
index 0be4eb70a..e5b546a90 100644
--- a/tests/pending/run/t7120b.scala
+++ b/tests/pending/run/t7120b.scala
@@ -17,7 +17,7 @@ class CHK extends BaseHK[BaseHK.Id, String] {
}
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
val c = new C
val d = new c.D()
val meth = d.getClass.getMethods.find(_.getName == "foo").get