summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidshape-b.check
diff options
context:
space:
mode:
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