Skip to content

Commit

Permalink
Update XcfaCliWitnessTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi authored Nov 13, 2023
1 parent cc205c2 commit add1655
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ class XcfaCliWitnessTest {
WitnessEdge(
startlineRange = Pair(5, 5),
endlineRange = Pair(5, 5),
startoffsetRange = Pair(79, 91),
endoffsetRange = Pair(110, 115),
startoffsetRange = Pair(79, 95),
endoffsetRange = Pair(110, 125),
assumption = Regex("i *== *-1"),
),
)),
Expand Down Expand Up @@ -78,7 +78,7 @@ class XcfaCliWitnessTest {
data.put(key, value)
}
edges.add(data)
print("Found edge containing data: ${data.entries.map { "${it.key}: ${it.value}" }.joinToString(", ")}")
println("Found edge containing data: ${data.entries.map { "${it.key}: ${it.value}" }.joinToString(", ")}")
}
for (expectedWitnessEdge in expectedWitnessEdges) {
Assertions.assertFalse(
Expand Down

0 comments on commit add1655

Please sign in to comment.