vm/src/test/java/org/apidesign/vm4brwsr/ExceptionsTest.java
branchexceptions
changeset 286 15053b74bdd9
parent 285 c8be2d837788
child 287 6f696a0ef12f
     1.1 --- a/vm/src/test/java/org/apidesign/vm4brwsr/ExceptionsTest.java	Sat Dec 08 08:19:46 2012 +0100
     1.2 +++ b/vm/src/test/java/org/apidesign/vm4brwsr/ExceptionsTest.java	Sat Dec 08 08:50:32 2012 +0100
     1.3 @@ -54,7 +54,7 @@
     1.4      @Test
     1.5      public void verifyMethodWithTryCatchThrow() throws Exception {
     1.6              assertExec("MethodWithTryCatch", "org_apidesign_vm4brwsr_Exceptions_methodWithTryCatchThrowI",
     1.7 -            new Double(1.0));
     1.8 +            new Double(2.0));
     1.9      }
    1.10      
    1.11      private static CharSequence codeSeq;