290291292293294295296297298299300
ClassFile cf = new ClassFile(); ByteArrayOutputStream bos = new ByteArrayOutputStream(); cf.readJasmin(new StringReader(jasmin), "test", false); if (cf.errorCount() != 0) { throw new jasError(); } cf.write(bos); bos.close(); assertEquals(cr,