We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96993d9 commit e8a30d7Copy full SHA for e8a30d7
utbot-junit-contest/src/main/kotlin/org/utbot/contest/usvm/ContestUsvm.kt
@@ -134,7 +134,6 @@ fun runUsvmGeneration(
134
)
135
136
logger.info().measureTime({ "class ${cut.fqn}" }, { statsForClass }) {
137
- // TODO usvm-sbft: is it still needed for USVM?
138
val filteredMethods = logger.info().measureTime({ "preparation class ${cut.clazz}: kotlin reflection :: run" }) {
139
prepareClass(cut.clazz, methodNameFilter)
140
}
0 commit comments