Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreiner committed Apr 22, 2024
1 parent 8ea5677 commit 400516b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ddsmt/mutators_bv.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def get_mutators():
'BVTransformToBool': 'bv-to-bool',
'BVZeroExtendPredicate': 'bv-zeroextend-pred',
'BVReduceBW': 'bv-reduce-bitwidth',
'BvMergeExtend': 'bv-merge-extend',
# 'BvMergeExtend': 'bv-merge-extend',
}


Expand Down
2 changes: 1 addition & 1 deletion ddsmt/tests/test_mutators_bv.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def test_bv_get_mutators():
d = mutators_bv.get_mutators()
assert isinstance(d, dict)
assert len(d) == 15
assert len(d) == 14


def test_bv_is_relevant():
Expand Down

0 comments on commit 400516b

Please sign in to comment.