--- jsr166/src/test/tck/JSR166TestCase.java 2005/10/01 17:05:38 1.29 +++ jsr166/src/test/tck/JSR166TestCase.java 2006/04/20 20:35:00 1.30 @@ -346,6 +346,7 @@ public class JSR166TestCase extends Test static final Integer m3 = new Integer(-3); static final Integer m4 = new Integer(-4); static final Integer m5 = new Integer(-5); + static final Integer m6 = new Integer(-6); static final Integer m10 = new Integer(-10);