aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/nothingTypeDce.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/nothingTypeDce.scala')
-rw-r--r--tests/pending/run/nothingTypeDce.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/nothingTypeDce.scala b/tests/pending/run/nothingTypeDce.scala
index 5f3692fd3..b1acb7d51 100644
--- a/tests/pending/run/nothingTypeDce.scala
+++ b/tests/pending/run/nothingTypeDce.scala
@@ -56,7 +56,7 @@ class C {
}
}
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
// creating an instance is enough to trigger bytecode verification for all methods,
// no need to invoke the methods.
new C()