Fix compilation in perfTests

This commit is contained in:
Vladimir Dolzhenko
2020-11-02 16:44:04 +01:00
parent 2bffce2259
commit 369b1ef5df
@@ -54,8 +54,7 @@ class PerformanceProjectsTest : AbstractPerformanceProjectsTest() {
override fun tearDown() {
RunAll(
ThrowableRunnable { super.tearDown() },
ThrowableRunnable { hwStats.flush() }
ThrowableRunnable { super.tearDown() }
).run()
}