[IR][tests] AbstractJsKLibABITestCase - forgotten super.tearDown() call
This commit is contained in:
@@ -63,6 +63,7 @@ abstract class AbstractJsKLibABITestCase : KtUsefulTestCase() {
|
||||
|
||||
override fun tearDown() {
|
||||
buildDir.deleteRecursively()
|
||||
super.tearDown()
|
||||
}
|
||||
|
||||
private inner class JsTestConfiguration(testPath: String) : KlibABITestUtils.TestConfiguration {
|
||||
|
||||
Reference in New Issue
Block a user