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/t6582_exhaust_big.check | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/patmat/t6582_exhaust_big.check') diff --git a/tests/patmat/t6582_exhaust_big.check b/tests/patmat/t6582_exhaust_big.check index c244e5ba5..3721edc70 100644 --- a/tests/patmat/t6582_exhaust_big.check +++ b/tests/patmat/t6582_exhaust_big.check @@ -1,5 +1 @@ -./tests/patmat/t6582_exhaust_big.scala:27: warning: match may not be exhaustive. -It would fail on the following input: Z.Z11() - def foo(z: Z) = z match { - ^ -one warning found +27: Pattern Match Exhaustivity: Z.Z11() -- cgit v1.2.3