Skip to content

Commit 6e53ebe

Browse files
committed
Ensure total ranking order to avoid ambiguous results
1 parent ff36d19 commit 6e53ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/util/codeql/util/test/InlineExpectationsTest.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ module TestPostProcessing {
954954
f0 = MkTestFailure(fl, message) and
955955
fl.getLocation().hasLocationInfo(filename, startLine, startColumn, endLine, endColumn)
956956
|
957-
f0 order by filename, startLine, startColumn, endLine, endColumn, message
957+
f0 order by filename, startLine, startColumn, endLine, endColumn, message, fl.toString()
958958
)
959959
}
960960

0 commit comments

Comments
 (0)