aboutsummaryrefslogtreecommitdiff
path: root/tests/run/arrays.check
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-06-15 17:50:36 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-06-15 17:50:36 +0200
commite2a9573288485c29371f51179266661a5b392863 (patch)
tree0caf02c3e916745b0059151e66803d7aa2c6123f /tests/run/arrays.check
parent506a5e334d57084322fa89119d72fa96beb824b6 (diff)
downloaddotty-e2a9573288485c29371f51179266661a5b392863.tar.gz
dotty-e2a9573288485c29371f51179266661a5b392863.tar.bz2
dotty-e2a9573288485c29371f51179266661a5b392863.zip
Remove warnings that dotty doesn't emit from check files.
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