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/virtpatmat_apply.check | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/patmat/virtpatmat_apply.check') diff --git a/tests/patmat/virtpatmat_apply.check b/tests/patmat/virtpatmat_apply.check index d10d82165..aa4d0b884 100644 --- a/tests/patmat/virtpatmat_apply.check +++ b/tests/patmat/virtpatmat_apply.check @@ -1,5 +1 @@ -./tests/patmat/virtpatmat_apply.scala:2: warning: match may not be exhaustive. -It would fail on the following input: List(_) - List(1, 2, 3) match { - ^ -one warning found \ No newline at end of file +2: Pattern Match Exhaustivity: List(_) -- cgit v1.2.3