aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/virtpatmat_stringinterp.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/virtpatmat_stringinterp.scala')
-rw-r--r--tests/pending/run/virtpatmat_stringinterp.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/virtpatmat_stringinterp.scala b/tests/pending/run/virtpatmat_stringinterp.scala
index c6c951e6e..6ce1bf9c5 100644
--- a/tests/pending/run/virtpatmat_stringinterp.scala
+++ b/tests/pending/run/virtpatmat_stringinterp.scala
@@ -1,7 +1,7 @@
import scala.language.{ implicitConversions }
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
case class Node(x: Int)
implicit def sc2xml(sc: StringContext): XMLContext = new XMLContext(sc)