mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
C#: sync changes from Ruby to improve ordering of graph test output
This commit is contained in:
@@ -894,7 +894,7 @@ module TestOutput {
|
||||
p
|
||||
order by
|
||||
l.getFile().getBaseName(), l.getFile().getAbsolutePath(), l.getStartLine(),
|
||||
l.getStartColumn()
|
||||
l.getStartColumn(), l.getEndLine(), l.getEndColumn(), p.toString()
|
||||
)
|
||||
).toString()
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user