diff --git a/compiler/tests/org/jetbrains/jet/codegen/ScriptGenTest.java b/compiler/tests/org/jetbrains/jet/codegen/ScriptGenTest.java index 34f3f0b3a8e..27d4d934e1c 100644 --- a/compiler/tests/org/jetbrains/jet/codegen/ScriptGenTest.java +++ b/compiler/tests/org/jetbrains/jet/codegen/ScriptGenTest.java @@ -46,6 +46,7 @@ public class ScriptGenTest extends CodegenTestCase { @Override protected void tearDown() throws Exception { scriptInstance = null; + super.tearDown(); } private void blackBoxScript(String filename) {