jdk/test/sun/nio/cs/TestIllegalISO2022Esc.java
changeset 44115 bb4e971bf5d4
parent 5506 202f599c92aa
equal deleted inserted replaced
44114:c6c96b739bad 44115:bb4e971bf5d4
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /* @test
    25    @bug 4429369
    25  * @bug 4429369
    26    @summary  ISO2022CN and ISO2022KR converters throw exception
    26  * @summary  ISO2022CN and ISO2022KR converters throw exception
       
    27  * @modules jdk.charsets
    27  */
    28  */
    28 
    29 
    29 import java.io.*;
    30 import java.io.*;
    30 import java.nio.charset.*;
    31 import java.nio.charset.*;
    31 
    32