Skip to content

Commit

Permalink
Rename ARM64 -> AArch64 in test_corpus.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Nov 2, 2023
1 parent 0fb11c7 commit a5b60e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite/test_corpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_file(fname):

archs = {
"CS_ARCH_ARM": CS_ARCH_ARM,
"CS_ARCH_ARM64": CS_ARCH_ARM64,
"CS_ARCH_AARCH64": CS_ARCH_AARCH64,
"CS_ARCH_MIPS": CS_ARCH_MIPS,
"CS_ARCH_PPC": CS_ARCH_PPC,
"CS_ARCH_SPARC": CS_ARCH_SPARC,
Expand Down

0 comments on commit a5b60e7

Please sign in to comment.