summaryrefslogtreecommitdiff
path: root/test/pending/run/macro-expand-tparams-prefix-e1/Impls_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/macro-expand-tparams-prefix-e1/Impls_1.scala')
-rw-r--r--test/pending/run/macro-expand-tparams-prefix-e1/Impls_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/run/macro-expand-tparams-prefix-e1/Impls_1.scala b/test/pending/run/macro-expand-tparams-prefix-e1/Impls_1.scala
index d7df919552..eff11d4a20 100644
--- a/test/pending/run/macro-expand-tparams-prefix-e1/Impls_1.scala
+++ b/test/pending/run/macro-expand-tparams-prefix-e1/Impls_1.scala
@@ -1,4 +1,4 @@
-import scala.reflect.makro.{Context => Ctx}
+import scala.reflect.macros.{Context => Ctx}
object Impls {
def foo[T, U: c.TypeTag, V](c: Ctx)(implicit T: c.TypeTag[T], V: c.TypeTag[V]): c.Expr[Unit] = {