diff -r 1408af4cd8b0 -r 573ceb23beeb test/tools/javac/6402516/TestLocalElements.java --- a/test/tools/javac/6402516/TestLocalElements.java Thu Oct 04 13:04:53 2012 +0100 +++ b/test/tools/javac/6402516/TestLocalElements.java Fri Oct 05 14:35:24 2012 +0100 @@ -43,9 +43,9 @@ boolean b = new Object() { public boolean equals(Object other) { - String p = "p, other, super, this; super, this; List, Test2, Test; java.io.*, java.lang.*"; - String q = "q, p, other, super, this; super, this; List, Test2, Test; java.io.*, java.lang.*"; - String r = "r, q, p, other, super, this; super, this; List, Test2, Test; java.io.*, java.lang.*"; + String p = "p, other, super, this; -, super, this; List, Test2, Test; java.io.*, java.lang.*"; + String q = "q, p, other, super, this; -, super, this; List, Test2, Test; java.io.*, java.lang.*"; + String r = "r, q, p, other, super, this; -, super, this; List, Test2, Test; java.io.*, java.lang.*"; return (this == other); }