summaryrefslogtreecommitdiff
path: root/test/files/run/t5903a/Macros_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5903a/Macros_1.scala')
-rw-r--r--test/files/run/t5903a/Macros_1.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t5903a/Macros_1.scala b/test/files/run/t5903a/Macros_1.scala
index 9fc3bfe261..7888b888e1 100644
--- a/test/files/run/t5903a/Macros_1.scala
+++ b/test/files/run/t5903a/Macros_1.scala
@@ -1,4 +1,4 @@
-import scala.reflect.macros.BlackboxContext
+import scala.reflect.macros.WhiteboxContext
import language.experimental.macros
trait Tree
@@ -13,7 +13,7 @@ object NewQuasiquotes {
}
object QuasiquoteMacros {
- def unapplyImpl(c: BlackboxContext)(t: c.Tree) = {
+ def unapplyImpl(c: WhiteboxContext)(t: c.Tree) = {
import c.universe._
q"""
new {