This commit is contained in:
Tatsunori Uchino 2025-07-26 15:59:38 +09:00
parent 6f2e1d2b3a
commit 12c12cbf2f

View File

@ -420,7 +420,7 @@ public class Supplementary {
}
int result = str.codePointCount();
int expected = Character.codePointCount();
int expected = Character.codePointCount(str);
check(result != expected, "substring:codePointCount()", result, expected);
// test exceptions