Remove dead code for builtins uninvalidation in tests

This commit is contained in:
Ilya Gorbunov
2018-09-17 17:14:02 +03:00
parent 4423ef9087
commit 358e64fdb0
5 changed files with 3 additions and 63 deletions
@@ -86,16 +86,6 @@ public class KotlinConfidenceTest extends LightCompletionTestCase {
TestUtilsKt.invalidateLibraryCache(getProject());
}
@Override
protected void tearDown() throws Exception {
TestUtilsKt.doKotlinTearDown(getProject(), new RunnableWithException() {
@Override
public void run() throws Exception {
KotlinConfidenceTest.super.tearDown();
}
});
}
protected void doTest() {
boolean completeByChars = CodeInsightSettings.getInstance().SELECT_AUTOPOPUP_SUGGESTIONS_BY_CHARS;