summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-basic-mamdmi.check
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2014-08-26 14:49:01 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2014-08-26 14:49:01 +0200
commite27d024c386c817030d872b9773171598e11dd8d (patch)
tree6070bb44e3c87be079040dbf1e25f5bb2756703a /test/files/neg/macro-basic-mamdmi.check
parent771724494d4a7e73542c04e8e0b50523745fb7a8 (diff)
parent47908f19e064151140e32819c2edd9e68b34dd0c (diff)
downloadscala-e27d024c386c817030d872b9773171598e11dd8d.tar.gz
scala-e27d024c386c817030d872b9773171598e11dd8d.tar.bz2
scala-e27d024c386c817030d872b9773171598e11dd8d.zip
Merge remote-tracking branch 'upstream/2.11.x' into backports
Conflicts: src/library/scala/util/matching/Regex.scala
Diffstat (limited to 'test/files/neg/macro-basic-mamdmi.check')
-rw-r--r--test/files/neg/macro-basic-mamdmi.check10
1 files changed, 9 insertions, 1 deletions
diff --git a/test/files/neg/macro-basic-mamdmi.check b/test/files/neg/macro-basic-mamdmi.check
index 61df5131cc..54743d4936 100644
--- a/test/files/neg/macro-basic-mamdmi.check
+++ b/test/files/neg/macro-basic-mamdmi.check
@@ -1,5 +1,13 @@
+Impls_Macros_Test_1.scala:33: error: macro implementation not found: foo
+(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))
+ ^
+Impls_Macros_Test_1.scala:33: error: macro implementation not found: bar
+(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))
+ ^
Impls_Macros_Test_1.scala:33: 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
+three errors found