FullJetPsiCheckerTest -> JetLiteFixture

This commit is contained in:
Dmitry Jemerov
2011-10-27 18:12:24 +02:00
parent e52cfef3a9
commit 655d2bd632
3 changed files with 14 additions and 25 deletions
@@ -20,7 +20,6 @@ import java.util.Map;
*/
public abstract class CodegenTestCase extends JetLiteFixture {
private MyClassLoader myClassLoader;
private JetFile myFile;
protected static void assertThrows(Method foo, Class<? extends Throwable> exceptionClass, Object instance, Object... args) throws IllegalAccessException {
boolean caught = false;