aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/showraw_nosymbol.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/showraw_nosymbol.scala')
-rw-r--r--tests/pending/run/showraw_nosymbol.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/showraw_nosymbol.scala b/tests/pending/run/showraw_nosymbol.scala
index d7f3f7c25..191647583 100644
--- a/tests/pending/run/showraw_nosymbol.scala
+++ b/tests/pending/run/showraw_nosymbol.scala
@@ -1,5 +1,5 @@
import scala.reflect.runtime.universe._
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
println(showRaw(NoSymbol))
}