Searched defs:ten (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/io/Serializable/oldTests/
H A DCheckingEquality.java186 long ten; field in class:Thirdpsio
208 if (ten != other.ten) {
209 System.err.println("\nthirdpsio ten - expected " + ten +
210 " actual " + other.ten);
229 ten = (long)100000;

Completed in 30 milliseconds