Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniilStepanov committed Oct 30, 2023
1 parent 641bc90 commit 50f3a70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion usvm-jvm/src/test/kotlin/org/usvm/util/JcTestExecutor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class JcTestExecutor(
val execResult = runBlocking {
runner.executeAsync(uTest)
}
Paths.get("/tmp/lol.txt").appendText("EXECUTION FINISHED")
val result =
when (execResult) {
is UTestExecutionSuccessResult -> {
Expand Down

0 comments on commit 50f3a70

Please sign in to comment.