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/t9129.check | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/patmat/t9129.check') diff --git a/tests/patmat/t9129.check b/tests/patmat/t9129.check index aa722a61a..3236bb049 100644 --- a/tests/patmat/t9129.check +++ b/tests/patmat/t9129.check @@ -1,5 +1 @@ -./tests/patmat/t9129.scala:21: warning: match may not be exhaustive. -It would fail on the following input: Two(B2, A2), Two(_, A2) - def foo(c: C): Unit = c match { - ^ -one warning found \ No newline at end of file +21: Pattern Match Exhaustivity: Two(B2, A2), Two(_, A2) -- cgit v1.2.3