summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidshape-b.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-08-16 22:16:56 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-08-17 01:49:31 +0200
commit78f9ef3906c78413ff8835fdad3849bfe5516be2 (patch)
tree369ceffd85292f9e0bf821ca2139fcf84bb2d388 /test/files/neg/macro-invalidshape-b.check
parent4ea915c599d134ceeac67962e3cae88672b25b26 (diff)
downloadscala-78f9ef3906c78413ff8835fdad3849bfe5516be2.tar.gz
scala-78f9ef3906c78413ff8835fdad3849bfe5516be2.tar.bz2
scala-78f9ef3906c78413ff8835fdad3849bfe5516be2.zip
shaves more than 150 lines off typedMacroBody
Diffstat (limited to 'test/files/neg/macro-invalidshape-b.check')
-rw-r--r--test/files/neg/macro-invalidshape-b.check3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/files/neg/macro-invalidshape-b.check b/test/files/neg/macro-invalidshape-b.check
index 59701d023b..297ff69199 100644
--- a/test/files/neg/macro-invalidshape-b.check
+++ b/test/files/neg/macro-invalidshape-b.check
@@ -1,6 +1,5 @@
Macros_Test_2.scala:2: error: macro body has wrong shape:
- required: macro <reference to implementation object>.<implementation method name>
- or : macro <implementation method name>
+ required: macro [<implementation object>].<method name>[[<type args>]]
def foo(x: Any) = macro Impls.foo(null)(null)
^
one error found