mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 10:40:06 +01:00
Merge branch 'master' into pr-armcc
This commit is contained in:
@@ -167,6 +167,10 @@ class TestSemanticTools(unittest.TestCase):
|
||||
test_mm_arm.get_instruction("b.ne", [{"class": "identifier"}]),
|
||||
test_mm_arm.get_instruction("b.ne", [{"class": "identifier"}]),
|
||||
)
|
||||
self.assertEqual(
|
||||
test_mm_arm.get_instruction("b.someNameThatDoesNotExist", [{"class": "identifier"}]),
|
||||
test_mm_arm.get_instruction("b.someOtherName", [{"class": "identifier"}]),
|
||||
)
|
||||
|
||||
# test full instruction name
|
||||
self.assertEqual(
|
||||
|
||||
Reference in New Issue
Block a user