aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t5753.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t5753.check')
-rw-r--r--tests/untried/neg/t5753.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/untried/neg/t5753.check b/tests/untried/neg/t5753.check
new file mode 100644
index 000000000..379416c17
--- /dev/null
+++ b/tests/untried/neg/t5753.check
@@ -0,0 +1,5 @@
+Test_2.scala:9: 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(42))
+ ^
+one error found