On Tue, 23 May 2023 10:49:17 GMT, Ferenc Rakoczi <d...@openjdk.org> wrote:
>> Mark Powers has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Ferenc: comments 1 and 2 > > test/jdk/sun/security/provider/lms/TestLMS.java line 59: > >> 57: for (TestCase t : TestCases) { >> 58: if (!kat(t)) { >> 59: throw new RuntimeException("test case #" +i+ " failed"); > > Nit: "+i+" -> "+ i +" Fixed. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13940#discussion_r1202736729