From 09058cff51cac263e7f476f97c79e6d41ee59cc9 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 29 Aug 2013 10:27:25 -0700 Subject: Removing orphan check/flag files. --- test/files/neg/macro-invalidsig-implicit-params.check | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/files/neg/macro-invalidsig-implicit-params.check (limited to 'test/files/neg/macro-invalidsig-implicit-params.check') diff --git a/test/files/neg/macro-invalidsig-implicit-params.check b/test/files/neg/macro-invalidsig-implicit-params.check deleted file mode 100644 index f210eb8a32..0000000000 --- a/test/files/neg/macro-invalidsig-implicit-params.check +++ /dev/null @@ -1,7 +0,0 @@ -Impls_Macros_1.scala:18: error: macro implementation has wrong shape: - required: (c: scala.reflect.macros.Context)(x: c.Expr[Int]): c.Expr[Unit] - found : (c: scala.reflect.macros.Context)(implicit x: c.Expr[Int]): c.Expr[Unit] -macro implementations cannot have implicit parameters other than WeakTypeTag evidences - def foo_targs[U](x: Int) = macro Impls.foo_targs[T, U] - ^ -one error found -- cgit v1.2.3