summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-basic-mamdmi.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-10-12 10:51:06 -0700
committerPaul Phillips <paulp@improving.org>2013-10-12 10:51:06 -0700
commit72736f7238616f4e56a0ee28e9d204d95e81107f (patch)
tree43e1bb16ed50dd42df67ee1300883a3f65959e5d /test/files/neg/macro-basic-mamdmi.check
parentede4a958aa79aa07ed62283fc74314f2611d3dc4 (diff)
parent83feb8609161bf19247a8a310f8c5a9e3d8469f5 (diff)
downloadscala-72736f7238616f4e56a0ee28e9d204d95e81107f.tar.gz
scala-72736f7238616f4e56a0ee28e9d204d95e81107f.tar.bz2
scala-72736f7238616f4e56a0ee28e9d204d95e81107f.zip
Merge pull request #3024 from retronym/ticket/7895
SI-7895 Error reporting: avoid cascading, truncation
Diffstat (limited to 'test/files/neg/macro-basic-mamdmi.check')
-rw-r--r--test/files/neg/macro-basic-mamdmi.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/macro-basic-mamdmi.check b/test/files/neg/macro-basic-mamdmi.check
index 621d318ceb..9328fbd51c 100644
--- a/test/files/neg/macro-basic-mamdmi.check
+++ b/test/files/neg/macro-basic-mamdmi.check
@@ -1,5 +1,5 @@
-Impls_Macros_Test_1.scala:36: error: macro implementation not found: foo
+Impls_Macros_Test_1.scala:36: error: macro implementation not found: quux
(the most common reason for that is that you cannot use macro implementations in the same compilation run that defines them)
println(foo(2) + Macros.bar(2) * new Macros().quux(4))
- ^
+ ^
one error found