aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/macro-expand-unapply-a/Test_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/macro-expand-unapply-a/Test_2.scala')
-rw-r--r--tests/pending/run/macro-expand-unapply-a/Test_2.scala6
1 files changed, 0 insertions, 6 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
deleted file mode 100644
index ce52df802..000000000
--- a/tests/pending/run/macro-expand-unapply-a/Test_2.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-import Macros._
-
-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