summaryrefslogtreecommitdiff
path: root/test/files/pos
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos')
-rw-r--r--test/files/pos/t5706.scala2
-rw-r--r--test/files/pos/t6047.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t5706.scala b/test/files/pos/t5706.scala
index 847acb693f..20a8b255cc 100644
--- a/test/files/pos/t5706.scala
+++ b/test/files/pos/t5706.scala
@@ -1,4 +1,4 @@
-import scala.reflect.makro.Context
+import scala.reflect.macros.Context
class Logger {
def error(message: String) = macro Impls.error
diff --git a/test/files/pos/t6047.scala b/test/files/pos/t6047.scala
index 66b52b285f..edabb95ee3 100644
--- a/test/files/pos/t6047.scala
+++ b/test/files/pos/t6047.scala
@@ -1,4 +1,4 @@
-import scala.reflect.makro.Context
+import scala.reflect.macros.Context
import java.io.InputStream
object Macros {