Java: Fix tests.

This commit is contained in:
Anders Schack-Mulligen
2019-06-27 13:20:03 +02:00
parent 2af3598223
commit a583f000c1
3 changed files with 4 additions and 1 deletions

View File

@@ -110,7 +110,6 @@ public class Main {
Boolean b;
// NOT OK
// false negatives: raw collections and maps are not currently handled
b = s.size() >= 0;
b = a.size() >= 0;
b = 0 <= m.size();