提交 aae7ba73 编写于 作者: S Stepan Koltsov

useless environment field in CompileEnvironmentTest

上级 b5fe2c41
......@@ -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");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册