Problem: workaround thread leaking problem

This commit is contained in:
Nikolay Krasko
2016-09-09 16:44:47 +03:00
parent 835474e5a1
commit ea1aac07ec
8 changed files with 101 additions and 30 deletions
@@ -72,7 +72,7 @@ public abstract class KotlinAndroidTestCaseBase extends UsefulTestCase {
@Override
protected void tearDown() throws Exception {
TestUtilsKt.unInvalidateBuiltinsAndStdLib(getProject(), new RunnableWithException() {
TestUtilsKt.doKotlinTearDown(getProject(), new RunnableWithException() {
@Override
public void run() throws Exception {
KotlinAndroidTestCaseBase.super.tearDown();