aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/macroPlugins-macroRuntime/Macros_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/macroPlugins-macroRuntime/Macros_2.scala')
-rw-r--r--tests/pending/run/macroPlugins-macroRuntime/Macros_2.scala11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/pending/run/macroPlugins-macroRuntime/Macros_2.scala b/tests/pending/run/macroPlugins-macroRuntime/Macros_2.scala
deleted file mode 100644
index b19b8f18d..000000000
--- a/tests/pending/run/macroPlugins-macroRuntime/Macros_2.scala
+++ /dev/null
@@ -1,11 +0,0 @@
-import scala.language.experimental.macros
-import scala.reflect.macros.blackbox.Context
-
-object Macros {
- def impl(c: Context)(arg: c.Tree) = {
- import c.universe._
- q"""println($arg)"""
- }
-
- def foo(arg: String): Unit = macro impl
-} \ No newline at end of file