test/java/lang/Throwable/SuppressedExceptions.java

Print this page

        

*** 202,210 **** throw new RuntimeException("Expected suppression did not occur."); } private static class NoSuppression extends Throwable { public NoSuppression(boolean enableSuppression) { ! super("The medium.", null, enableSuppression); } } } --- 202,210 ---- throw new RuntimeException("Expected suppression did not occur."); } private static class NoSuppression extends Throwable { public NoSuppression(boolean enableSuppression) { ! super("The medium.", null, enableSuppression, true); } } }