summaryrefslogtreecommitdiff
path: root/test/files/neg/t1960.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t1960.check')
-rw-r--r--test/files/neg/t1960.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t1960.check b/test/files/neg/t1960.check
index 5238141c4e..de0907b4a9 100644
--- a/test/files/neg/t1960.check
+++ b/test/files/neg/t1960.check
@@ -1,4 +1,4 @@
-t1960.scala:5: error: parameter 'p' requires field but conflicts with method p in trait TBase
+t1960.scala:5: error: parameter 'p' requires field but conflicts with variable p in trait TBase
class Aclass (p: Int) extends TBase { def g() { f(p) } }
^
one error found