aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t5418a.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t5418a.scala')
-rw-r--r--tests/pending/run/t5418a.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pending/run/t5418a.scala b/tests/pending/run/t5418a.scala
deleted file mode 100644
index 722348685..000000000
--- a/tests/pending/run/t5418a.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-object Test extends dotty.runtime.LegacyApp {
- println(scala.reflect.runtime.universe.reify(new Object().getClass))
-}