From d0feeddfe973ab25d8053998372f6b01d4268988 Mon Sep 17 00:00:00 2001 From: phaller Date: Thu, 20 Dec 2012 10:54:08 +0100 Subject: Remove unreachable code in pattern matching test --- src/test/scala/scala/async/run/match0/Match0.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/scala/scala/async/run/match0/Match0.scala b/src/test/scala/scala/async/run/match0/Match0.scala index 8263e72..7624838 100644 --- a/src/test/scala/scala/async/run/match0/Match0.scala +++ b/src/test/scala/scala/async/run/match0/Match0.scala @@ -107,7 +107,6 @@ class MatchSpec { await(if ("".isEmpty) await(1) else ???) match { case x if x < 0 => ??? case y: Int => y * await(3) - case _ => ??? } } result mustBe (3) -- cgit v1.2.3