diff --git a/tests/test_parser_AArch64.py b/tests/test_parser_AArch64.py index 9d314a7..fa8d20f 100755 --- a/tests/test_parser_AArch64.py +++ b/tests/test_parser_AArch64.py @@ -193,7 +193,8 @@ class TestParserAArch64(unittest.TestCase): 'prefix': 'w', 'name': '10', 'shift_op': 'sxtw', - 'shift': {'value': '2'}, + 'immediate': {'value': '2'}, + 'shift': [{'value': '2'}], }, 'scale': 4, }