~ubuntu-branches/ubuntu/vivid/libasm4-java/vivid

« back to all changes in this revision

Viewing changes to test/conform/org/objectweb/asm/commons/RemappingClassAdapterTest.java

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-04-15 13:44:19 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140415134419-ko2fmcfd8t6y5r8o
Tags: 5.0.1-1
* Team upload.
* New upstream release
* Keep the prebuilt jars used for the tests in the source tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
 
168
168
        mv.visitMultiANewArrayInsn("[[LBoo;", 2);
169
169
        mv.visitMethodInsn(INVOKEVIRTUAL, "Doo", "goo",
170
 
                "([[LBoo;LCoo;LDoo;)LCoo;");
 
170
                "([[LBoo;LCoo;LDoo;)LCoo;", false);
171
171
 
172
172
        mv.visitFrame(Opcodes.F_NEW, 0, new Object[5], 0, new Object[10]);
173
173
        mv.visitFrame(Opcodes.F_NEW, 3, new Object[] { "Boo", "Coo", "Doo" },