From e6f527f1d0290a17e538212ab4d07b694d4e900f Mon Sep 17 00:00:00 2001 From: Konstantin Tskhovrebov Date: Fri, 17 Apr 2020 19:25:10 +0300 Subject: [PATCH] Update tests: disable tests run gutters for Object. --- .../src/commonTest/kotlin/sample/SampleTests.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idea/testData/gradle/testRunConfigurations/multiplatformTestsInObject/src/commonTest/kotlin/sample/SampleTests.kt b/idea/testData/gradle/testRunConfigurations/multiplatformTestsInObject/src/commonTest/kotlin/sample/SampleTests.kt index 29ff28c3651..f87ec0f44a0 100644 --- a/idea/testData/gradle/testRunConfigurations/multiplatformTestsInObject/src/commonTest/kotlin/sample/SampleTests.kt +++ b/idea/testData/gradle/testRunConfigurations/multiplatformTestsInObject/src/commonTest/kotlin/sample/SampleTests.kt @@ -3,7 +3,7 @@ package sample import kotlin.test.Test import kotlin.test.assertTrue -object Obj { +object Obj { @Test - fun myTest() {} + fun myTest() {} } \ No newline at end of file