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.check3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/files/neg/t5753.check b/test/files/neg/t5753.check
index 76602de17d..379416c179 100644
--- a/test/files/neg/t5753.check
+++ b/test/files/neg/t5753.check
@@ -1,4 +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)
+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