summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidimpl-g.check
diff options
context:
space:
mode:
authorJosh Suereth <Joshua.Suereth@gmail.com>2012-08-03 21:14:20 -0700
committerJosh Suereth <Joshua.Suereth@gmail.com>2012-08-03 21:14:20 -0700
commit233b0ebe05beb32382e49bc9f3ffc76c8785b626 (patch)
treec500e384dc4811c60c1c857bdc31de1f36ca4f27 /test/files/neg/macro-invalidimpl-g.check
parent8a2df611d2390caa4c2e1b56433408654dfc9d9a (diff)
parent4b0f6d9ccc9023635ce6297839138fa68a5ebc33 (diff)
downloadscala-233b0ebe05beb32382e49bc9f3ffc76c8785b626.tar.gz
scala-233b0ebe05beb32382e49bc9f3ffc76c8785b626.tar.bz2
scala-233b0ebe05beb32382e49bc9f3ffc76c8785b626.zip
Merge pull request #1042 from paulp/merge-2.10.x
Merge 2.10.x
Diffstat (limited to 'test/files/neg/macro-invalidimpl-g.check')
-rw-r--r--test/files/neg/macro-invalidimpl-g.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/macro-invalidimpl-g.check b/test/files/neg/macro-invalidimpl-g.check
index 9c01f01dc8..a886436d35 100644
--- a/test/files/neg/macro-invalidimpl-g.check
+++ b/test/files/neg/macro-invalidimpl-g.check
@@ -1,6 +1,6 @@
Macros_Test_2.scala:2: error: macro implementation has wrong shape:
- required: (c: scala.reflect.makro.Context): c.Expr[Unit]
- found : (c: scala.reflect.makro.Context)(): c.Expr[Unit]
+ required: (c: scala.reflect.macros.Context): c.Expr[Unit]
+ found : (c: scala.reflect.macros.Context)(): c.Expr[Unit]
number of parameter sections differ
def foo1 = macro Impls.fooEmpty
^