[FIR-TEST] Update cfg dumps in some tests

One of previous commit changed order for those graphs, but i didn't
  find which one
This commit is contained in:
Dmitriy Novozhilov
2020-06-19 15:44:23 +03:00
parent d01817ce14
commit bd8eaad885
12 changed files with 29 additions and 29 deletions
@@ -101,8 +101,8 @@ digraph inPlaceLambdas_kt {
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {20} [color=green];
32 -> {19} [color=red];
32 -> {20} [color=green];
subgraph cluster_11 {
color=red
@@ -147,8 +147,8 @@ digraph inPlaceLambdas_kt {
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {37} [color=green];
48 -> {36} [color=red];
48 -> {37} [color=green];
subgraph cluster_15 {
color=red
@@ -228,7 +228,7 @@ digraph inPlaceLambdas_kt {
74 -> {75};
75 -> {76};
76 -> {77};
77 -> {61} [color=green];
77 -> {60} [color=red];
77 -> {61} [color=green];
}
@@ -314,8 +314,8 @@ digraph implicitReceivers_kt {
93 -> {94};
94 -> {95};
95 -> {96};
96 -> {85} [color=green];
96 -> {84} [color=red];
96 -> {85} [color=green];
97 -> {98};
98 -> {99};
99 -> {100};
@@ -337,8 +337,8 @@ digraph implicitReceivers_kt {
114 -> {115};
115 -> {116};
116 -> {117};
117 -> {102} [color=green];
117 -> {101} [color=red];
117 -> {102} [color=green];
subgraph cluster_32 {
color=red
@@ -301,7 +301,7 @@ digraph smartcastToNothing_kt {
102 -> {103};
103 -> {104};
104 -> {105};
105 -> {95} [color=green];
105 -> {94} [color=red];
105 -> {95} [color=green];
}