[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:
Vendored
+3
-3
@@ -48,8 +48,8 @@ digraph callsInPlace_kt {
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {5} [color=green];
|
||||
16 -> {4} [color=red];
|
||||
16 -> {5} [color=green];
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
@@ -178,8 +178,8 @@ digraph callsInPlace_kt {
|
||||
57 -> {58};
|
||||
58 -> {59};
|
||||
59 -> {60};
|
||||
60 -> {48} [color=green];
|
||||
60 -> {47} [color=red];
|
||||
60 -> {48} [color=green];
|
||||
|
||||
subgraph cluster_16 {
|
||||
color=red
|
||||
@@ -228,8 +228,8 @@ digraph callsInPlace_kt {
|
||||
75 -> {76};
|
||||
76 -> {77};
|
||||
77 -> {78};
|
||||
78 -> {66} [color=green];
|
||||
78 -> {65} [color=red];
|
||||
78 -> {66} [color=green];
|
||||
|
||||
subgraph cluster_20 {
|
||||
color=red
|
||||
|
||||
+2
-2
@@ -80,8 +80,8 @@ digraph exactlyOnce_kt {
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {15} [color=green];
|
||||
26 -> {14} [color=red];
|
||||
26 -> {15} [color=green];
|
||||
|
||||
subgraph cluster_8 {
|
||||
color=red
|
||||
@@ -128,7 +128,7 @@ digraph exactlyOnce_kt {
|
||||
40 -> {41};
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
43 -> {32} [color=green];
|
||||
43 -> {31} [color=red];
|
||||
43 -> {32} [color=green];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user