From 3faa2eedd8b9f58f29a5aeed710ffb91ec0f860b Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Fri, 6 Dec 2013 21:32:52 +0100 Subject: [nomaster] better error messages for various macro definition errors backport of 1d3ec4e708154ec05554f540d7d68ed55dc12426 --- test/files/neg/macro-invalidsig-params-namemismatch.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/macro-invalidsig-params-namemismatch.check') diff --git a/test/files/neg/macro-invalidsig-params-namemismatch.check b/test/files/neg/macro-invalidsig-params-namemismatch.check index 4029bc8129..82612a94d3 100644 --- a/test/files/neg/macro-invalidsig-params-namemismatch.check +++ b/test/files/neg/macro-invalidsig-params-namemismatch.check @@ -1,4 +1,4 @@ -Impls_Macros_1.scala:8: error: macro implementation has wrong shape: +Impls_Macros_1.scala:8: error: macro implementation has incompatible shape: required: (c: scala.reflect.macros.Context)(x: c.Expr[Int], y: c.Expr[Int]): c.Expr[Any] found : (c: scala.reflect.macros.Context)(y: c.Expr[Int], x: c.Expr[Int]): Nothing parameter names differ: x != y -- cgit v1.2.3