jdk/test/sun/tools/jhsdb/BasicLauncherTest.java
changeset 40959 d85f8097640d
parent 40955 c0e02245ff93
child 42675 179cd7a090cd
--- a/jdk/test/sun/tools/jhsdb/BasicLauncherTest.java	Wed Aug 31 10:28:37 2016 +0000
+++ b/jdk/test/sun/tools/jhsdb/BasicLauncherTest.java	Thu Sep 01 15:20:57 2016 -0700
@@ -143,6 +143,10 @@
             if (unexpected != null) {
                 throw unexpected;
             }
+
+            if (unexpected != null) {
+                throw unexpected;
+            }
         } catch (Exception ex) {
             throw new RuntimeException("Test ERROR " + ex, ex);
         } finally {