aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t3452h.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t3452h.scala')
-rw-r--r--tests/pending/run/t3452h.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t3452h.scala b/tests/pending/run/t3452h.scala
index 6237d3ea6..c06ae0a0b 100644
--- a/tests/pending/run/t3452h.scala
+++ b/tests/pending/run/t3452h.scala
@@ -3,6 +3,6 @@ trait T
abstract class Foo_I_ { class I extends T ; def f: I ; f; }
trait Bar__f { type I>:Null<:T; def f: I = {null}; f; def gobble: I = {null}}
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
new Mix___eFoo_I_wBar__f
}