8023215: test/java/util/Comparator/TypeTest.java not running (failing but reported as passing)

Reviewed-by: psandoz
This commit is contained in:
Alan Bateman 2013-08-19 11:04:21 +01:00
parent 3eae3a200c
commit 5d38b44a3e

View File

@ -75,7 +75,7 @@ public class TypeTest {
}
}
public static void main(String[] args) {
public void testOrder() {
Manager m1 = new Manager("Manager", 2, 2000);
Manager m2 = new Manager("Manager", 4, 1300);