From a0a63c4558018a5e75149a45f7df775f731c26f1 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Tue, 24 Jul 2012 13:24:23 +0200 Subject: evicts last traces of makro from our codebase Removes the stubs left out to appease the old starr, fixes macro tests. --- test/files/pos/t5706.scala | 2 +- test/files/pos/t6047.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/pos') 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 { -- cgit v1.2.3