summaryrefslogtreecommitdiff
path: root/test/files/neg/t2779.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t2779.check')
-rw-r--r--test/files/neg/t2779.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t2779.check b/test/files/neg/t2779.check
index 0ab4c50d0f..9881d5182c 100644
--- a/test/files/neg/t2779.check
+++ b/test/files/neg/t2779.check
@@ -1,5 +1,5 @@
-t2779.scala:16: error: method f is defined twice
- conflicting symbols both originated in file 't2779.scala'
+t2779.scala:16: error: method f is defined twice;
+ the conflicting method f was defined at line 15:18
override def f = List(M1)
^
one error found