summaryrefslogtreecommitdiff
path: root/test/files/pos/t5706.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t5706.scala')
-rw-r--r--test/files/pos/t5706.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t5706.scala b/test/files/pos/t5706.scala
index 1970f5971f..6f0207366b 100644
--- a/test/files/pos/t5706.scala
+++ b/test/files/pos/t5706.scala
@@ -1,5 +1,5 @@
-import scala.reflect.macros.BlackboxContext
-import scala.reflect.macros.WhiteboxContext
+import scala.reflect.macros.blackbox.{Context => BlackboxContext}
+import scala.reflect.macros.whitebox.{Context => WhiteboxContext}
class Logger {
def error1(message: String) = macro Impls.error1