aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t3994.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t3994.scala')
-rw-r--r--tests/pending/run/t3994.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t3994.scala b/tests/pending/run/t3994.scala
index 0ee1d9d96..e9fc39f81 100644
--- a/tests/pending/run/t3994.scala
+++ b/tests/pending/run/t3994.scala
@@ -14,7 +14,7 @@ class Crash { // if you change this to a `trait` it keeps failing, though if it
implicit object ElementOrdering extends ElementOrdering
}
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
(new T {}).Default
(new Crash).ElementOrdering
}