Skip to content

Commit

Permalink
fix alpha fuzz tests
Browse files Browse the repository at this point in the history
  • Loading branch information
R33v0LT committed Dec 7, 2023
1 parent 681e90b commit acded82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions suite/test_corpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def test_file(fname):
("CS_ARCH_TRICORE", "CS_MODE_TRICORE_161"): 52,
("CS_ARCH_TRICORE", "CS_MODE_TRICORE_162"): 53,
("CS_ARCH_PPC", "CS_MODE_BIG_ENDIAN+CS_MODE_QPX"): 54,
("CS_ARCH_ALPHA", "CS_MODE_LITTLE_ENDIAN"): 55,
}

#if not option in ('', 'None'):
Expand Down
1 change: 1 addition & 0 deletions suite/test_corpus3.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def test_file(fname):
("CS_ARCH_TRICORE", "CS_MODE_TRICORE_161"): 52,
("CS_ARCH_TRICORE", "CS_MODE_TRICORE_162"): 53,
("CS_ARCH_PPC", "CS_MODE_BIG_ENDIAN+CS_MODE_QPX"): 54,
("CS_ARCH_ALPHA", "CS_MODE_LITTLE_ENDIAN"): 55,
}

# if not option in ('', 'None'):
Expand Down

0 comments on commit acded82

Please sign in to comment.