From 3fa900ca0ea244ac54df75dc2fd6d711739eface Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Wed, 19 Sep 2012 15:04:50 +0200 Subject: SI-6363 removes scala.reflect.base As the experience has shown, there's no need for a separate layer of reflection in scala-library.jar. Therefore I'm putting an end to it. --- test/files/neg/macro-invalidret-nonuniversetree.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/neg/macro-invalidret-nonuniversetree.check') diff --git a/test/files/neg/macro-invalidret-nonuniversetree.check b/test/files/neg/macro-invalidret-nonuniversetree.check index 09df2c0a92..b3a4d0da80 100644 --- a/test/files/neg/macro-invalidret-nonuniversetree.check +++ b/test/files/neg/macro-invalidret-nonuniversetree.check @@ -1,7 +1,7 @@ Macros_Test_2.scala:2: error: macro implementation has wrong shape: required: (c: scala.reflect.macros.Context): c.Expr[Any] - found : (c: scala.reflect.macros.Context): reflect.basis.Literal -type mismatch for return type: reflect.basis.Literal does not conform to c.Expr[Any] + found : (c: scala.reflect.macros.Context): reflect.runtime.universe.Literal +type mismatch for return type: reflect.runtime.universe.Literal does not conform to c.Expr[Any] def foo = macro Impls.foo ^ one error found -- cgit v1.2.3