aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t6329_vanilla_bug.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t6329_vanilla_bug.scala')
-rw-r--r--tests/pending/run/t6329_vanilla_bug.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t6329_vanilla_bug.scala b/tests/pending/run/t6329_vanilla_bug.scala
index a0e6092cd..7d6e732ea 100644
--- a/tests/pending/run/t6329_vanilla_bug.scala
+++ b/tests/pending/run/t6329_vanilla_bug.scala
@@ -1,7 +1,7 @@
import scala.reflect.runtime.universe._
import scala.reflect.runtime._
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
println(classManifest[List[_]])
println(scala.reflect.classTag[List[_]])
}