Skip to content

Commit

Permalink
Fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Nov 2, 2023
1 parent 52b689a commit 6de0eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/test_aarch64.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
AArch64_CODE = b"\x09\x00\x38\xd5\xbf\x40\x00\xd5\x0c\x05\x13\xd5\x20\x50\x02\x0e\x20\xe4\x3d\x0f\x00\x18\xa0\x5f\xa2\x00\xae\x9e\x9f\x37\x03\xd5\xbf\x33\x03\xd5\xdf\x3f\x03\xd5\x21\x7c\x02\x9b\x21\x7c\x00\x53\x00\x40\x21\x4b\xe1\x0b\x40\xb9\x20\x04\x81\xda\x20\x08\x02\x8b\x10\x5b\xe8\x3c\xfd\x7b\xba\xa9\xfd\xc7\x43\xf8"

all_tests = (
(CS_ARCH_AArch64, CS_MODE_ARM, AArch64_CODE, "AArch64"),
(CS_ARCH_AARCH64, CS_MODE_ARM, AArch64_CODE, "AArch64"),
)


Expand Down

0 comments on commit 6de0eaf

Please sign in to comment.