Test: FIR CFA: sort edges by style & target node id

This commit is contained in:
pyos
2022-11-29 15:12:05 +01:00
committed by Dmitriy Novozhilov
parent 7ee1b75e43
commit faf0129a5d
89 changed files with 662 additions and 694 deletions
@@ -90,14 +90,14 @@ digraph secondaryConstructorCfg_kt {
31 [label="Exit class B" style="filled" fillcolor=red];
}
27 -> {28} [color=green];
28 -> {29} [style=dotted];
28 -> {3} [color=green];
28 -> {29} [style=dotted];
28 -> {3} [style=dashed];
29 -> {30} [style=dotted];
29 -> {6} [color=green];
29 -> {30} [style=dotted];
29 -> {6} [style=dashed];
30 -> {31} [style=dotted];
30 -> {18} [color=green];
30 -> {31} [style=dotted];
30 -> {18} [style=dashed];
}