Remove dead code for builtins uninvalidation in tests
This commit is contained in:
-10
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user