summaryrefslogtreecommitdiff
path: root/test/pending/run/macro-reify-array/Macros_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/macro-reify-array/Macros_1.scala')
-rw-r--r--test/pending/run/macro-reify-array/Macros_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/run/macro-reify-array/Macros_1.scala b/test/pending/run/macro-reify-array/Macros_1.scala
index 4b4cb05884..8fa945b9c6 100644
--- a/test/pending/run/macro-reify-array/Macros_1.scala
+++ b/test/pending/run/macro-reify-array/Macros_1.scala
@@ -1,4 +1,4 @@
-import scala.reflect.makro.{Context => Ctx}
+import scala.reflect.macros.{Context => Ctx}
object Macros {
def foo[T](s: String) = macro Impls.foo[T]