From 28bb27672bf7e4fb2bb80df48ee8c70628de19c4 Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Wed, 13 May 2015 13:11:09 +0200 Subject: Use LegacyApp in run tests. --- tests/pending/run/t8803.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pending/run/t8803.scala') diff --git a/tests/pending/run/t8803.scala b/tests/pending/run/t8803.scala index 2e5618050..8596408de 100644 --- a/tests/pending/run/t8803.scala +++ b/tests/pending/run/t8803.scala @@ -33,7 +33,7 @@ class C extends A with B { val i4 = new runtime.AbstractFunction0[String] { def apply() = C.this.n } } -object Test extends App { +object Test extends dotty.runtime.LegacyApp { val c = new C println(c.f1()) println(c.f2()) -- cgit v1.2.3