aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t7985.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t7985.scala')
-rw-r--r--tests/pending/run/t7985.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pending/run/t7985.scala b/tests/pending/run/t7985.scala
deleted file mode 100644
index 3d8a9d51c..000000000
--- a/tests/pending/run/t7985.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-object Test extends dotty.runtime.LegacyApp {
- Array(1) match { case _: Array[scala.Int] => }
-}