Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniilStepanov committed Aug 17, 2023
1 parent 433d423 commit a5ef663
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions usvm-jvm/src/test/kotlin/org/usvm/util/JcTestExecutor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class JcTestExecutor(
override fun resolve(method: JcTypedMethod, state: JcState): JcTest {
val model = state.models.first()

val ctx = state.pathConstraints.ctx as JcContext
val ctx = state.pathConstraints.ctx

val memoryScope = MemoryScope(ctx, model, model, method)

Expand Down Expand Up @@ -112,7 +112,6 @@ class JcTestExecutor(
}

else -> {
println("RES = $execResult")
error("No result")
}
}
Expand Down

0 comments on commit a5ef663

Please sign in to comment.