On Wed, 6 Sep 2023 07:12:55 GMT, Prasanta Sadhukhan <[email protected]> wrote:
> Few more closed swing headless tests are opensourced
test/jdk/javax/swing/tree/FixedHeightLayoutCache/bug4210354.java line 80:
> 78: throw new RuntimeException("Test failed");
> 79: }
> 80: } catch(Exception e) {
Suggestion:
} catch (Exception e) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15582#discussion_r1317030144
