aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/macro-expand-unapply-a
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/macro-expand-unapply-a')
-rw-r--r--tests/pending/run/macro-expand-unapply-a/Test_2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/macro-expand-unapply-a/Test_2.scala b/tests/pending/run/macro-expand-unapply-a/Test_2.scala
index 6169d86b1..ce52df802 100644
--- a/tests/pending/run/macro-expand-unapply-a/Test_2.scala
+++ b/tests/pending/run/macro-expand-unapply-a/Test_2.scala
@@ -1,6 +1,6 @@
import Macros._
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
List(1, 2) match { case UnapplyMacro(x, y) => println((x, y)) }
List(1, 2, 3) match { case UnapplyMacro(x, y, z) => println((x, y, z)) }
} \ No newline at end of file