langtools/test/tools/sjavac/ExclPattern.java
changeset 25603 d5fa4eab2d26
parent 24067 76e7b6bbbd85
child 26271 97603426a4ce
equal deleted inserted replaced
25602:7ed5b85cdbb2 25603:d5fa4eab2d26
    19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    20  *
    20  *
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
       
    24  */
       
    25 
       
    26 
       
    27 /*
       
    28  * @test
       
    29  * @bug 8037085
       
    30  * @summary Ensures that sjavac can handle various exclusion patterns.
       
    31  *
       
    32  * @build Wrapper
       
    33  * @run main Wrapper ExclPattern
    24  */
    34  */
    25 
    35 
    26 import java.io.IOException;
    36 import java.io.IOException;
    27 import java.io.PrintWriter;
    37 import java.io.PrintWriter;
    28 import java.nio.charset.Charset;
    38 import java.nio.charset.Charset;