mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge branch 'main' into redsun82/cargo-upgrade
This commit is contained in:
@@ -954,7 +954,7 @@ module TestPostProcessing {
|
||||
f0 = MkTestFailure(fl, message) and
|
||||
fl.getLocation().hasLocationInfo(filename, startLine, startColumn, endLine, endColumn)
|
||||
|
|
||||
f0 order by filename, startLine, startColumn, endLine, endColumn, message
|
||||
f0 order by filename, startLine, startColumn, endLine, endColumn, message, fl.toString()
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user