aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t6200.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t6200.scala')
-rw-r--r--tests/pending/run/t6200.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t6200.scala b/tests/pending/run/t6200.scala
index fd96b3ab5..af348f563 100644
--- a/tests/pending/run/t6200.scala
+++ b/tests/pending/run/t6200.scala
@@ -1,6 +1,6 @@
import scala.collection.immutable.HashMap
-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