This commit is contained in:
pleroy
2025-01-04 19:01:11 +01:00
parent 4255c11010
commit af9c10f308
2 changed files with 0 additions and 12 deletions

View File

@@ -466,7 +466,6 @@ class TestSemanticTools(unittest.TestCase):
self.machine_model_csx,
self.semantics_csx_intel,
)
print(dg.dg.adj)
self.assertTrue(nx.algorithms.dag.is_directed_acyclic_graph(dg.dg))
self.assertEqual(len(list(dg.get_dependent_instruction_forms(line_number=3))), 1)
self.assertEqual(next(dg.get_dependent_instruction_forms(line_number=3)), 5)