File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
utbot-junit-contest/src/main/kotlin/org/utbot/contest/usvm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import org.jacodb.api.JcClasspath
5
5
import org.jacodb.api.JcDatabase
6
6
import org.jacodb.impl.JcSettings
7
7
import org.jacodb.impl.jacodb
8
+ import org.usvm.util.classpathWithApproximations
8
9
import java.io.File
9
10
10
11
// TODO usvm-sbft-refactoring: copied from `usvm/usvm-jvm/test`, extract this class back to USVM project
@@ -18,8 +19,7 @@ class JacoDBContainer(
18
19
init {
19
20
val (db, cp) = runBlocking {
20
21
val db = jacodb(builder)
21
- // TODO usvm-sbft: do we need `db.classpath(classpath)` or `db.classpathWithApproximations(classpath)` for contest?
22
- val cp = db.classpath(classpath)
22
+ val cp = db.classpathWithApproximations(classpath)
23
23
db to cp
24
24
}
25
25
this .db = db
You can’t perform that action at this time.
0 commit comments