aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t7200.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t7200.scala')
-rw-r--r--tests/pending/run/t7200.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t7200.scala b/tests/pending/run/t7200.scala
index ba342df14..8f33d016f 100644
--- a/tests/pending/run/t7200.scala
+++ b/tests/pending/run/t7200.scala
@@ -1,6 +1,6 @@
import language.higherKinds
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
// Slice of comonad is where this came up
trait Foo[F[_]] {