aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t3534.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t3534.scala')
-rw-r--r--tests/pending/pos/t3534.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/pending/pos/t3534.scala b/tests/pending/pos/t3534.scala
deleted file mode 100644
index 44d3aafb6..000000000
--- a/tests/pending/pos/t3534.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-object Test {
- List[Option[Int]]() match {
- case None :: bb :: cc => ()
- case x => throw new Exception(x.filter(_.isDefined).mkString)
- }
- }