diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2018-06-21 18:24:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-21 18:24:32 +0200 |
| commit | 81a54b95a1424da691e6bb5a9f015aefda1325d7 (patch) | |
| tree | 9185e2f1ac535c60be3b01cc99ff77ff37c5b885 /test/analysis/depgraph.py | |
| parent | 02bd29be2d3fc6fc0429fa9c11ce6902bbd535f0 (diff) | |
| parent | b8d5b255bad4b03c57356c9af474e6d8a12105db (diff) | |
| download | miasm-81a54b95a1424da691e6bb5a9f015aefda1325d7.tar.gz miasm-81a54b95a1424da691e6bb5a9f015aefda1325d7.zip | |
Merge pull request #781 from commial/fix/code-cleaning
Code cleaning: remove useless / commented code
Diffstat (limited to 'test/analysis/depgraph.py')
| -rw-r--r-- | test/analysis/depgraph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/analysis/depgraph.py b/test/analysis/depgraph.py index 4e023761..86857182 100644 --- a/test/analysis/depgraph.py +++ b/test/analysis/depgraph.py @@ -1058,7 +1058,7 @@ for test_nb, test in enumerate([(G1_IRA, G1_INPUT), all_results.add(unflatGraph(flatGraph(result.graph))) open("graph_test_%02d_%02d.dot" % (test_nb + 1, i), "w").write(dg2graph(result.graph)) - # print all_flat + if g_ind == 0: all_flat = sorted(all_flat) all_flats.append(all_flat) |