Include the whole code of the program in the dump ReducedStack
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 17 Feb 2014 07:52:41 +0100
branchReducedStack
changeset 146539d83dd37819
parent 1464 851742770741
child 1466 39d26d3686d9
Include the whole code of the program in the dump
rt/vm/src/test/java/org/apidesign/vm4brwsr/VMinVMTest.java
     1.1 --- a/rt/vm/src/test/java/org/apidesign/vm4brwsr/VMinVMTest.java	Sun Feb 16 23:56:01 2014 +0100
     1.2 +++ b/rt/vm/src/test/java/org/apidesign/vm4brwsr/VMinVMTest.java	Mon Feb 17 07:52:41 2014 +0100
     1.3 @@ -79,7 +79,7 @@
     1.4                  }
     1.5              }
     1.6              w.append("\n];\n");
     1.7 -            w.append(code.toString());
     1.8 +            w.append(code.codeSeq());
     1.9              w.close();
    1.10              throw new Exception(ex.getMessage() + " file: " + f, ex);
    1.11          }