summaryrefslogtreecommitdiff
path: root/test/files/neg/t591.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t591.check')
-rw-r--r--test/files/neg/t591.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t591.check b/test/files/neg/t591.check
index d33f6d7a2f..c0bade0814 100644
--- a/test/files/neg/t591.check
+++ b/test/files/neg/t591.check
@@ -1,5 +1,5 @@
-t591.scala:38: error: method input_= is defined twice
- conflicting symbols both originated in file 't591.scala'
+t591.scala:40: error: method input_= is defined twice;
+ the conflicting variable input was defined at line 35:18
def input_=(in : Input) = {}
^
one error found