From e2a9573288485c29371f51179266661a5b392863 Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Mon, 15 Jun 2015 17:50:36 +0200 Subject: Remove warnings that dotty doesn't emit from check files. --- tests/run/arrays.check | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/run/arrays.check') diff --git a/tests/run/arrays.check b/tests/run/arrays.check index c9a3a8726..b1f7fae1d 100644 --- a/tests/run/arrays.check +++ b/tests/run/arrays.check @@ -1,7 +1 @@ -arrays.scala:248: warning: comparing values of types Unit and Unit using `==' will always yield true - check(xs(0) == u0, xs(0), u0); - ^ -arrays.scala:249: warning: comparing values of types Unit and Unit using `==' will always yield true - check(xs(1) == u1, xs(1), u1); - ^ checks: 2302 -- cgit v1.2.3