aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t1909c.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t1909c.scala')
-rw-r--r--tests/pending/run/t1909c.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t1909c.scala b/tests/pending/run/t1909c.scala
index 87c0eb08b..50e06b39e 100644
--- a/tests/pending/run/t1909c.scala
+++ b/tests/pending/run/t1909c.scala
@@ -4,6 +4,6 @@ class Base(a: Any)
// at Test$.<init>(t1909c.scala)
class Sub() extends Base({ def bippy = 5; bippy })
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
new Sub()
}