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 208aad4 commit e0f7080Copy full SHA for e0f7080
utbot-junit-contest/src/main/kotlin/org/utbot/contest/usvm/ContestUsvm.kt
@@ -90,7 +90,6 @@ fun runUsvmGeneration(
90
) {
91
// TODO usvm-sbft: we may want to tune these JcSettings for contest
92
useJavaRuntime(JdkInfoService.provide().path.toFile())
93
- persistent("cachedb")
94
installFeatures(InMemoryHierarchy, Approximations)
95
loadByteCode(classpathFiles)
96
}
0 commit comments