Fix compilation in perfTests
This commit is contained in:
+1
-2
@@ -54,8 +54,7 @@ class PerformanceProjectsTest : AbstractPerformanceProjectsTest() {
|
||||
|
||||
override fun tearDown() {
|
||||
RunAll(
|
||||
ThrowableRunnable { super.tearDown() },
|
||||
ThrowableRunnable { hwStats.flush() }
|
||||
ThrowableRunnable { super.tearDown() }
|
||||
).run()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user