summaryrefslogtreecommitdiff
path: root/test/files/run/t6196.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6196.scala')
-rw-r--r--test/files/run/t6196.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6196.scala b/test/files/run/t6196.scala
index 16c2c7409d..a75911fb9e 100644
--- a/test/files/run/t6196.scala
+++ b/test/files/run/t6196.scala
@@ -43,7 +43,7 @@ object Test extends App {
override def equals(that:Any) = {
equalsCount += 1
- this match {
+ that match {
case HashCounter(value) => this.value == value
case _ => false
}