summaryrefslogtreecommitdiff
path: root/test/files/run/arrays.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/arrays.check')
-rw-r--r--test/files/run/arrays.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/run/arrays.check b/test/files/run/arrays.check
index b1f7fae1d1..c9a3a87268 100644
--- a/test/files/run/arrays.check
+++ b/test/files/run/arrays.check
@@ -1 +1,7 @@
+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