Test: FIR CFA: sort edges by style & target node id
This commit is contained in:
Vendored
+2
-2
@@ -86,12 +86,12 @@ digraph dataFlowInfoFromWhileCondition_kt {
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {21 18};
|
||||
17 -> {18 21};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
22 -> {30 23};
|
||||
22 -> {23 30};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
|
||||
Reference in New Issue
Block a user