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
@@ -61,7 +61,7 @@ digraph defaultArguments_kt {
}
11 [label="Exit function test" style="filled" fillcolor=red];
}
7 -> {12 16 8};
7 -> {8 12 16};
8 -> {9};
9 -> {10};
10 -> {11};
@@ -71,7 +71,7 @@ digraph defaultArguments_kt {
14 -> {15};
16 -> {17};
16 -> {16} [style=dashed];
17 -> {21 19};
17 -> {19 21};
17 -> {18} [style=dotted];
17 -> {21} [style=dashed];
18 -> {19};