From aae7ba734d0b374026f630cb5295d7f73cf3a777 Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Mon, 9 Apr 2012 02:09:12 +0400 Subject: [PATCH] useless environment field in CompileEnvironmentTest --- .../jet/compiler/CompileEnvironmentTest.java | 12 ------------ 1 file changed, 12 deletions(-) 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");