summaryrefslogtreecommitdiff
path: root/test/files/neg/t200.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t200.check')
-rw-r--r--test/files/neg/t200.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t200.check b/test/files/neg/t200.check
index b6b1a32267..f0c5e77772 100644
--- a/test/files/neg/t200.check
+++ b/test/files/neg/t200.check
@@ -1,5 +1,5 @@
-t200.scala:7: error: method foo is defined twice
- conflicting symbols both originated in file 't200.scala'
+t200.scala:7: error: method foo is defined twice;
+ the conflicting method foo was defined at line 6:7
def foo: Int;
^
one error found