langtools/test/tools/javac/processing/model/element/TestResourceVariable.java
changeset 6718 56ed1962d369
parent 6148 3a8158299c51
child 6720 f16f91662ad8
equal deleted inserted replaced
6717:0103d76cfe48 6718:56ed1962d369
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug  6911256 6964740
    26  * @bug  6911256 6964740 6967842
    27  * @summary Test that the resource variable kind is appropriately set
    27  * @summary Test that the resource variable kind is appropriately set
    28  * @author  Joseph D. Darcy
    28  * @author  Joseph D. Darcy
    29  * @build TestResourceVariable
    29  * @build TestResourceVariable
    30  * @compile/fail -processor TestResourceVariable -proc:only TestResourceVariable.java
    30  * @compile -processor TestResourceVariable -proc:only TestResourceVariable.java
    31  */
    31  */
    32 
    32 
    33 // Bug should be filed for this misbehavior
    33 // Bug should be filed for this misbehavior
    34 
    34 
    35 import java.io.*;
    35 import java.io.*;