summaryrefslogtreecommitdiff
path: root/test/files/run/t6200.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6200.scala')
-rw-r--r--test/files/run/t6200.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6200.scala b/test/files/run/t6200.scala
index 9a5d91e042..75600cd557 100644
--- a/test/files/run/t6200.scala
+++ b/test/files/run/t6200.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
}