Skip to content

Commit 0ba5f07

Browse files
committed
Switch successors
1 parent 61fdd90 commit 0ba5f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usvm-ts/src/main/kotlin/org/usvm/machine/interpreter/TsInterpreter.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class TsInterpreter(
101101
ctx.mkTruthyExpr(expr, scope)
102102
}
103103

104-
val (negStmt, posStmt) = applicationGraph.successors(stmt).take(2).toList()
104+
val (posStmt, negStmt) = applicationGraph.successors(stmt).take(2).toList()
105105

106106
scope.forkWithBlackList(
107107
boolExpr,

0 commit comments

Comments
 (0)