Skip to content

Commit eaf85e9

Browse files
committed
Correct JacoDb classpath
1 parent 75cd001 commit eaf85e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utbot-junit-contest/src/main/kotlin/org/utbot/contest/usvm/JacoDBContainer.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class JacoDBContainer(
2020
init {
2121
val (db, cp) = runBlocking {
2222
val db = jacodb(builder)
23+
// TODO usvm-sbft: use classpathWithApproximations here
2324
val cp = db.classpath(classpath, listOf(UnknownClasses))
2425
db to cp
2526
}

0 commit comments

Comments
 (0)