From 7332e9c1df756f6898e58231183517fefe93604d Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Wed, 9 Nov 2016 13:49:46 +0100 Subject: Change `ClassicReporter` to `TestReporter` in test sources --- tests/patmat/t5440.check | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/patmat/t5440.check') diff --git a/tests/patmat/t5440.check b/tests/patmat/t5440.check index 0780d6529..511fcc6b4 100644 --- a/tests/patmat/t5440.check +++ b/tests/patmat/t5440.check @@ -1,5 +1 @@ -./tests/patmat/t5440.scala:2: warning: match may not be exhaustive. -It would fail on the following input: (Nil, List(_)), (List(_), Nil) - def merge(list1: List[Long], list2: List[Long]): Boolean = (list1, list2) match { - ^ -one warning found +2: Pattern Match Exhaustivity: (Nil, List(_)), (List(_), Nil) -- cgit v1.2.3