aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/matchonseq.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/matchonseq.scala')
-rw-r--r--tests/pending/run/matchonseq.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/matchonseq.scala b/tests/pending/run/matchonseq.scala
index f6f320245..99138706b 100644
--- a/tests/pending/run/matchonseq.scala
+++ b/tests/pending/run/matchonseq.scala
@@ -1,4 +1,4 @@
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
Vector(1,2,3) match {
case head +: tail => println("It worked! head=" + head)
}