refactoring as preparations for explicit semanticsAppender

This commit is contained in:
JanLJL
2019-07-05 15:34:00 +02:00
parent e5fdb7a9ac
commit 593dd63897
9 changed files with 165 additions and 200 deletions

View File

@@ -9,7 +9,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'test_parser_x86att',
'test_parser_AArch64v81',
'test_marker_utils',
'test_dependency_finder'
# 'test_dependency_finder'
]
)