Skip to content

Commit

Permalink
fixed tests for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 3, 2024
1 parent a6abad5 commit 1ae278c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ class XcfaCliProofTest {
WitnessEdge(
startlineRange = Pair(5, 5),
endlineRange = Pair(5, 5),
startoffsetRange = Pair(80, 82),
endoffsetRange = Pair(112, 114),
startoffsetRange = Pair(80, 90),
endoffsetRange = Pair(112, 122),
assumption = Regex("i *== *-1"),
)
),
Expand All @@ -59,8 +59,8 @@ class XcfaCliProofTest {
WitnessEdge(
startlineRange = Pair(5, 5),
endlineRange = Pair(5, 5),
startoffsetRange = Pair(80, 82),
endoffsetRange = Pair(112, 114),
startoffsetRange = Pair(80, 90),
endoffsetRange = Pair(112, 122),
assumption = Regex("i *== *-1"),
)
),
Expand Down

0 comments on commit 1ae278c

Please sign in to comment.