RFR: 8295239: Refactor java/util/Formatter/Basic script into a Java native test launcher [v4]
Justin Lu
duke at openjdk.org
Tue Oct 18 18:56:31 UTC 2022
On Tue, 18 Oct 2022 18:46:16 GMT, Brent Christian <bchristi at openjdk.org> wrote:
>> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Adjust output formating in Basic
>
> test/jdk/java/util/Formatter/Basic.java line 93:
>
>> 91: ", first" , fail+pass, fail), first);
>> 92: else
>> 93: System.out.printf("All %s tests passed", pass);
>
> %d, yes?
Right, will change that
-------------
PR: https://git.openjdk.org/jdk/pull/10715
More information about the core-libs-dev
mailing list