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-ctx-badargc.check | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/files/neg/macro-invalidsig-ctx-badargc.check (limited to 'test/files/neg/macro-invalidsig-ctx-badargc.check') diff --git a/test/files/neg/macro-invalidsig-ctx-badargc.check b/test/files/neg/macro-invalidsig-ctx-badargc.check deleted file mode 100644 index 1c14072a94..0000000000 --- a/test/files/neg/macro-invalidsig-ctx-badargc.check +++ /dev/null @@ -1,7 +0,0 @@ -Macros_Test_2.scala:2: error: macro implementation has wrong shape: - required: (c: scala.reflect.macros.Context): c.Expr[Any] - found : : Nothing -number of parameter sections differ - def foo = macro Impls.foo - ^ -one error found -- cgit v1.2.3