Skip to content

Commit c74fb35

Browse files
Fix comment
1 parent f43a15d commit c74fb35

File tree

1 file changed

+1
-0
lines changed
  • utbot-framework/src/main/kotlin/org/utbot/framework/minimization

1 file changed

+1
-0
lines changed

utbot-framework/src/main/kotlin/org/utbot/framework/minimization/Minimization.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ private fun groupByBranchInstructions(
109109
* 2. {2, 3, 2, 6}
110110
* 3. {2, 3, 4, 3}
111111
* branch instructions are {2 -> (3, 4, 5, 6), 3 -> (2, 4), 4 -> (2, 3)}
112+
*
112113
* we will build these lists representing their behaviour:
113114
* 1. {2 -> 3, 3 -> 2} (because of {__2__, __3__, 2, 4, 2, 5})
114115
* 2. {2 -> 3, 3 -> 2} (because of {__2__, __3__, 2, 6})

0 commit comments

Comments
 (0)