aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t3050.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t3050.scala')
-rw-r--r--tests/pending/run/t3050.scala9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/pending/run/t3050.scala b/tests/pending/run/t3050.scala
deleted file mode 100644
index 160f8b664..000000000
--- a/tests/pending/run/t3050.scala
+++ /dev/null
@@ -1,9 +0,0 @@
-object Test {
- def main(args: Array[String]): Unit = {
- val x =
- try { ("": Any) match { case List(_*) => true } }
- catch { case _: Throwable => false }
-
- assert(!x)
- }
-}