aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/reify_newimpl_41.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/reify_newimpl_41.scala')
-rw-r--r--tests/pending/run/reify_newimpl_41.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/reify_newimpl_41.scala b/tests/pending/run/reify_newimpl_41.scala
index 5eb5e5780..514e206a3 100644
--- a/tests/pending/run/reify_newimpl_41.scala
+++ b/tests/pending/run/reify_newimpl_41.scala
@@ -1,7 +1,7 @@
import scala.reflect.runtime.universe._
import scala.tools.reflect.Eval
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
{
var _x = 42
def x = { val x0 = _x; _x += 1; x0 }