diff --git a/compiler/tests/org/jetbrains/jet/TestCaseWithTmpdirIndependentFromIdea.java b/compiler/tests/org/jetbrains/jet/TestCaseWithTmpdirIndependentFromIdea.java index 890e070b3d8..4f1d01b1c8c 100644 --- a/compiler/tests/org/jetbrains/jet/TestCaseWithTmpdirIndependentFromIdea.java +++ b/compiler/tests/org/jetbrains/jet/TestCaseWithTmpdirIndependentFromIdea.java @@ -30,7 +30,7 @@ public abstract class TestCaseWithTmpdirIndependentFromIdea { @Before public void before() throws Exception { - tmpdir = JetTestUtils.tmpDir(TestCaseWithTmpdirIndependentFromIdea.class.getName()); + tmpdir = JetTestUtils.tmpDir(this.getClass().getName()); } @After