Skip to content

Commit 3487226

Browse files
authored
Merge pull request #18864 from asgerf/test-rank
Test: Ensure total ranking order to avoid ambiguous results
2 parents 23fb139 + 2a5ee84 commit 3487226

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)