aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/macro-whitebox-structural/Impls_Macros_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/macro-whitebox-structural/Impls_Macros_1.scala')
-rw-r--r--tests/pending/run/macro-whitebox-structural/Impls_Macros_1.scala16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/pending/run/macro-whitebox-structural/Impls_Macros_1.scala b/tests/pending/run/macro-whitebox-structural/Impls_Macros_1.scala
deleted file mode 100644
index 45fdb79c3..000000000
--- a/tests/pending/run/macro-whitebox-structural/Impls_Macros_1.scala
+++ /dev/null
@@ -1,16 +0,0 @@
-import scala.reflect.macros.whitebox.Context
-import scala.language.experimental.macros
-
-object Macros {
- def impl(c: Context) = {
- import c.universe._
- q"""
- trait Foo {
- def x = 2
- }
- new Foo {}
- """
- }
-
- def foo: Any = macro impl
-} \ No newline at end of file