diff --git a/shared/util/codeql/util/test/InlineExpectationsTest.qll b/shared/util/codeql/util/test/InlineExpectationsTest.qll index a618756699a..f67f54da937 100644 --- a/shared/util/codeql/util/test/InlineExpectationsTest.qll +++ b/shared/util/codeql/util/test/InlineExpectationsTest.qll @@ -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() ) }