mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-16 09:00:05 +01:00
InstrucForm class usage in AArch parser
This commit is contained in:
@@ -212,9 +212,9 @@ class TestParserX86ATT(unittest.TestCase):
|
||||
parsed_3 = self.parser.parse_line(line_directive, 3)
|
||||
parsed_4 = self.parser.parse_line(line_instruction, 4)
|
||||
|
||||
#self.assertEqual(parsed_1, instruction_form_1)
|
||||
#self.assertEqual(parsed_2, instruction_form_2)
|
||||
#self.assertEqual(parsed_3, instruction_form_3)
|
||||
self.assertEqual(parsed_1, instruction_form_1)
|
||||
self.assertEqual(parsed_2, instruction_form_2)
|
||||
self.assertEqual(parsed_3, instruction_form_3)
|
||||
#self.assertEqual(parsed_4, instruction_form_4)
|
||||
|
||||
def test_parse_file(self):
|
||||
|
||||
Reference in New Issue
Block a user