Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 2713a8a

Browse files
committed
Move to BlackboxContext
1 parent 5f6fa46 commit 2713a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scala/scala/tools/partest/package.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ package object partest {
199199
*/
200200
def trace[A](a: A) = macro traceImpl[A]
201201

202-
import scala.reflect.macros.Context
203-
def traceImpl[A: c.WeakTypeTag](c: Context)(a: c.Expr[A]): c.Expr[A] = {
202+
import scala.reflect.macros.BlackboxContext
203+
def traceImpl[A: c.WeakTypeTag](c: BlackboxContext)(a: c.Expr[A]): c.Expr[A] = {
204204
import c.universe._
205205
import definitions._
206206

0 commit comments

Comments
 (0)