jdk/test/java/awt/font/TextLayout/MissingCodePointLayoutTest.java
changeset 45028 b0ea3c0bfb81
parent 43826 ff4d8d468f68
equal deleted inserted replaced
45027:0cf367e546fb 45028:b0ea3c0bfb81
    16  * 2 along with this work; if not, write to the Free Software Foundation,
    16  * 2 along with this work; if not, write to the Free Software Foundation,
    17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    18  *
    18  *
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    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  */
    22  */
    22 
    23 
    23 /* @test
    24 /* @test
    24  * @summary Verify no exception for unsupported code point.
    25  * @summary Verify no exception for unsupported code point.
    25  * @bug 8172967
    26  * @bug 8172967