test/tools/javac/MethodParameters/ClassFileVisitor.java

changeset 1791
e9855150c5b0
parent 1594
267225edc1fe
child 1792
ec871c3e8337
     1.1 --- a/test/tools/javac/MethodParameters/ClassFileVisitor.java	Fri May 31 10:04:59 2013 +0100
     1.2 +++ b/test/tools/javac/MethodParameters/ClassFileVisitor.java	Sat Jun 01 21:57:56 2013 +0100
     1.3 @@ -316,9 +316,6 @@
     1.4                          }
     1.5                          expect = "this\\$[0-n]*";
     1.6                      }
     1.7 -                } else if (isAnon) {
     1.8 -                    // not an implementation gurantee, but okay for now
     1.9 -                    expect = "x[0-n]*";
    1.10                  }
    1.11              } else if (isEnum && mNumParams == 1 && index == 0 && mName.equals("valueOf")) {
    1.12                  expect = "name";

mercurial