From ef32a8b9334307d15d9fa68d3da3f6f80b200788 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 10 May 2012 23:19:55 -0700 Subject: Removing redunant/passing tests from pending. --- test/pending/run/t3702.scala | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/pending/run/t3702.scala (limited to 'test/pending/run/t3702.scala') diff --git a/test/pending/run/t3702.scala b/test/pending/run/t3702.scala deleted file mode 100644 index e08fc12e76..0000000000 --- a/test/pending/run/t3702.scala +++ /dev/null @@ -1,10 +0,0 @@ -object Test { - def main(args: Array[String]) { - foo(Nil, Nil) - } - - def foo(h: Any, t: List[Any]) = h match { - case 5 :: _ => () - case List(from) => List(from, from, from) - } -} -- cgit v1.2.3