From f8d53a69d75b9bc84c48cfce004775852e96a3fc Mon Sep 17 00:00:00 2001 From: JanLJL Date: Thu, 25 Feb 2021 08:12:10 +0100 Subject: [PATCH] changed test after adjustment in parser --- tests/test_parser_AArch64.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, }