summaryrefslogtreecommitdiff
path: root/test/files/neg/t5753.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5753.check')
-rw-r--r--test/files/neg/t5753.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t5753.check b/test/files/neg/t5753.check
new file mode 100644
index 0000000000..76602de17d
--- /dev/null
+++ b/test/files/neg/t5753.check
@@ -0,0 +1,4 @@
+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