aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/reify_closure6.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/reify_closure6.scala')
-rw-r--r--tests/pending/run/reify_closure6.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/reify_closure6.scala b/tests/pending/run/reify_closure6.scala
index beaf17e6c..1c3589cdf 100644
--- a/tests/pending/run/reify_closure6.scala
+++ b/tests/pending/run/reify_closure6.scala
@@ -3,7 +3,7 @@ import scala.reflect.runtime.{universe => ru}
import scala.reflect.runtime.{currentMirror => cm}
import scala.tools.reflect.ToolBox
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
var q = 0
def foo[T: TypeTag](ys: List[T]): Int => Int = {
val z = 1