Skip to content

Commit

Permalink
test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevengre committed Sep 4, 2024
1 parent 94d3596 commit 8e29959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyk/src/tests/unit/test_kcfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -911,5 +911,5 @@ def test_create_split_by_nodes(kcfg: KCFG, source_id: int, target_ids: Iterable[
assert new_split
assert new_split.source == kcfg.node(source_id)
assert new_split.targets == tuple(kcfg.node(target_id) for target_id in target_ids)
# for target_id, csubst in new_split.splits.items():
# assert csubst.apply(kcfg.node(source_id).cterm) == kcfg.node(target_id).cterm
for target_id, csubst in new_split.splits.items():
assert csubst.apply(kcfg.node(source_id).cterm) == kcfg.node(target_id).cterm

0 comments on commit 8e29959

Please sign in to comment.