override sbt.Tests.Group hashCode

This commit is contained in:
xuwei-k 2026-04-11 20:40:00 +09:00
parent 78afa8fb96
commit 8d515e525e
1 changed files with 2 additions and 0 deletions

View File

@ -200,6 +200,8 @@ object Tests {
new Group(name, tests, runPolicy, tags)
}
override def hashCode(): Int = (name, tests, runPolicy, tags).##
override def equals(x$1: Any): Boolean = {
this.eq(x$1.asInstanceOf[Object]) || (x$1.isInstanceOf[Group] && ({
val Group$1: Group = x$1.asInstanceOf[Group]