[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
@@ -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];
}