aboutsummaryrefslogtreecommitdiff
path: root/tests/run/arrays.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/arrays.check')
-rw-r--r--tests/run/arrays.check6
1 files changed, 0 insertions, 6 deletions
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