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-params-badargc.check | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/files/neg/macro-invalidsig-params-badargc.check (limited to 'test/files/neg/macro-invalidsig-params-badargc.check') diff --git a/test/files/neg/macro-invalidsig-params-badargc.check b/test/files/neg/macro-invalidsig-params-badargc.check deleted file mode 100644 index 3f6d815b8e..0000000000 --- a/test/files/neg/macro-invalidsig-params-badargc.check +++ /dev/null @@ -1,7 +0,0 @@ -Impls_Macros_1.scala:8: error: macro implementation has wrong shape: - required: (c: scala.reflect.macros.Context)(x: c.Expr[Int]): c.Expr[Any] - found : (c: scala.reflect.macros.Context)(x: c.Expr[Int], y: c.Expr[Int]): Nothing -parameter lists have different length, found extra parameter y: c.Expr[Int] - def foo(x: Int) = macro Impls.foo - ^ -one error found -- cgit v1.2.3