aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t6196.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t6196.scala')
-rw-r--r--tests/pending/run/t6196.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t6196.scala b/tests/pending/run/t6196.scala
index 19ac41193..9ded3b9c0 100644
--- a/tests/pending/run/t6196.scala
+++ b/tests/pending/run/t6196.scala
@@ -1,6 +1,6 @@
import scala.collection.immutable.HashSet
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
case class Collision(value: Int) extends Ordered[Collision] {
def compare(that:Collision) = value compare that.value