Skip to content

Commit 588e60e

Browse files
authored
Merge pull request github#7775 from github/nickrolfe/graph_test_ordering
Ruby/C#: more stable graph test ordering
2 parents 7aa59ca + cd5010f commit 588e60e

File tree

6 files changed

+4210
-4208
lines changed

6 files changed

+4210
-4208
lines changed

csharp/ql/lib/semmle/code/csharp/controlflow/internal/ControlFlowGraphImplShared.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ module TestOutput {
894894
p
895895
order by
896896
l.getFile().getBaseName(), l.getFile().getAbsolutePath(), l.getStartLine(),
897-
l.getStartColumn()
897+
l.getStartColumn(), l.getEndLine(), l.getEndColumn(), p.toString()
898898
)
899899
).toString()
900900
}

0 commit comments

Comments
 (0)