diff --git a/compiler/tests/org/jetbrains/jet/compiler/CompileEnvironmentTest.java b/compiler/tests/org/jetbrains/jet/compiler/CompileEnvironmentTest.java index 30f90dfda8c..106e1a60d31 100644 --- a/compiler/tests/org/jetbrains/jet/compiler/CompileEnvironmentTest.java +++ b/compiler/tests/org/jetbrains/jet/compiler/CompileEnvironmentTest.java @@ -36,18 +36,6 @@ import java.util.jar.JarInputStream; * @author alex.tkachman */ public class CompileEnvironmentTest extends TestCase { - private CompileEnvironment environment; - - protected void setUp() throws Exception { - super.setUp(); - environment = new CompileEnvironment(); - } - - @Override - protected void tearDown() throws Exception { - environment.dispose(); - super.tearDown(); - } public void testSmokeWithCompilerJar() throws IOException { File tempDir = FileUtil.createTempDirectory("compilerTest", "compilerTest");