diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2016-01-22 13:26:55 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2016-03-17 15:37:14 +0100 |
| commit | 9f1f7447b9857b033894c2b8552cf2fd0540c2f7 (patch) | |
| tree | 962a1d9116990f7e8491ee85a64964a5a4b9126a /test/analysis/depgraph.py | |
| parent | 096e0a678badd6c508e8f1c2d0e02d4f0efc21a8 (diff) | |
| download | miasm-9f1f7447b9857b033894c2b8552cf2fd0540c2f7.tar.gz miasm-9f1f7447b9857b033894c2b8552cf2fd0540c2f7.zip | |
Depgraph: implicit emul
Diffstat (limited to 'test/analysis/depgraph.py')
| -rw-r--r-- | test/analysis/depgraph.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/analysis/depgraph.py b/test/analysis/depgraph.py index 7ac72248..d488d995 100644 --- a/test/analysis/depgraph.py +++ b/test/analysis/depgraph.py @@ -1054,7 +1054,6 @@ 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) |