summaryrefslogtreecommitdiff
path: root/test/pending/run/macro-expand-macro-has-context-bound
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/macro-expand-macro-has-context-bound')
-rw-r--r--test/pending/run/macro-expand-macro-has-context-bound/Impls_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/run/macro-expand-macro-has-context-bound/Impls_1.scala b/test/pending/run/macro-expand-macro-has-context-bound/Impls_1.scala
index 3cee65ce72..be00fd0d8a 100644
--- a/test/pending/run/macro-expand-macro-has-context-bound/Impls_1.scala
+++ b/test/pending/run/macro-expand-macro-has-context-bound/Impls_1.scala
@@ -1,4 +1,4 @@
-import scala.reflect.makro.{Context => Ctx}
+import scala.reflect.macros.{Context => Ctx}
object Impls {
def foo[U](c: Ctx)(x: c.Expr[U])(evidence: c.Expr[Numeric[U]]) = {