Skip to content

Commit 47e26bb

Browse files
committed
[utbot-rd]
compilation fix
1 parent bb9ec12 commit 47e26bb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

utbot-framework-test/src/test/kotlin/org/utbot/examples/codegen/modifiers/ClassWithPrivateMutableFieldOfPrivateTypeTest.kt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ import org.utbot.tests.infrastructure.UtValueTestCaseChecker
1313
// TODO failed Kotlin tests execution with non-nullable expected field
1414
class ClassWithPrivateMutableFieldOfPrivateTypeTest : UtValueTestCaseChecker(
1515
testClass = ClassWithPrivateMutableFieldOfPrivateType::class,
16-
testCodeGeneration = true,
17-
languagePipelines = listOf(
18-
CodeGenerationLanguageLastStage(CodegenLanguage.JAVA),
19-
CodeGenerationLanguageLastStage(CodegenLanguage.KOTLIN, Compilation)
20-
)
16+
testCodeGeneration = true
2117
) {
2218
@Test
2319
fun testChangePrivateMutableFieldWithPrivateType() {

0 commit comments

Comments
 (0)