summaryrefslogtreecommitdiff
path: root/test/pending/run/macro-expand-named/Macros_Test_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/macro-expand-named/Macros_Test_2.scala')
-rw-r--r--test/pending/run/macro-expand-named/Macros_Test_2.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/pending/run/macro-expand-named/Macros_Test_2.scala b/test/pending/run/macro-expand-named/Macros_Test_2.scala
deleted file mode 100644
index abebcf8448..0000000000
--- a/test/pending/run/macro-expand-named/Macros_Test_2.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-object Test extends App {
- def foo(x: Int, y: Int) = macro Impls.foo
- foo(y = -40, x = 2)
- foo(x = 2, y = -40)
-} \ No newline at end of file