test/tools/javac/annotations/typeAnnotations/classfile/TypeCasts.java

changeset 1755
ddb4a2bfcd82
parent 1534
bec996065c45
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/annotations/typeAnnotations/classfile/TypeCasts.java	Tue May 14 13:55:35 2013 -0700
     1.2 +++ b/test/tools/javac/annotations/typeAnnotations/classfile/TypeCasts.java	Tue May 14 15:04:06 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -50,7 +50,7 @@
    1.11              test(cf, f);
    1.12          }
    1.13          for (Method m: cf.methods) {
    1.14 -            test(cf, m);
    1.15 +            test(cf, m, true);
    1.16          }
    1.17  
    1.18          countAnnotations();

mercurial