update to cglib-3.2.4-nodep and drop ancient asm.jar

This commit is contained in:
Gregory.Shrago
2016-06-29 16:25:07 +03:00
parent 2d142cdfd7
commit c94a4e84dc
@@ -139,6 +139,6 @@ public abstract class ModuleRootManagerTestCase extends ModuleTestCase {
}
protected VirtualFile getAsmJar() {
return getJarFromLibDir("asm.jar");
return getJarFromLibDir("asm-all.jar");
}
}