Add performance hack for unInvalidate Files from stdlib in tests.
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ public abstract class KotlinAndroidTestCaseBase extends UsefulTestCase {
|
||||
|
||||
@Override
|
||||
protected void tearDown() throws Exception {
|
||||
TestPackage.unInvalidateBuiltins(getProject(), new RunnableWithException() {
|
||||
TestPackage.unInvalidateBuiltinsAndStdLib(getProject(), new RunnableWithException() {
|
||||
@Override
|
||||
public void run() throws Exception {
|
||||
KotlinAndroidTestCaseBase.super.tearDown();
|
||||
|
||||
Reference in New Issue
Block a user