aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/macro-basic-mamdmi.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/macro-basic-mamdmi.check')
-rw-r--r--tests/untried/neg/macro-basic-mamdmi.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/untried/neg/macro-basic-mamdmi.check b/tests/untried/neg/macro-basic-mamdmi.check
new file mode 100644
index 000000000..61df5131c
--- /dev/null
+++ b/tests/untried/neg/macro-basic-mamdmi.check
@@ -0,0 +1,5 @@
+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