Control Flow: add more ordering for edges

This commit is contained in:
Paolo Tranquilli
2022-07-27 14:56:02 +02:00
parent 70e6db3ce1
commit ebf650c0c0
3 changed files with 3 additions and 3 deletions

View File

@@ -916,7 +916,7 @@ module TestOutput {
s
order by
l.getFile().getBaseName(), l.getFile().getAbsolutePath(), l.getStartLine(),
l.getStartColumn(), l.getEndLine(), l.getEndColumn(), t.toString()
l.getStartColumn(), l.getEndLine(), l.getEndColumn(), t.toString(), s.toString()
)
).toString()
}