Skip to content

Commit 85e4707

Browse files
committed
Util: Use end line instead of start line for actual results
1 parent 4356d35 commit 85e4707

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
@@ -384,7 +384,7 @@ module Make<InlineExpectationsTestSig Impl> {
384384
la = a.getLocation() and
385385
pragma[only_bind_into](lb) = b.getLocation() and
386386
pragma[only_bind_into](la).hasLocationInfo(fname, line, _, _, _) and
387-
lb.hasLocationInfo(fname, line, _, _, _)
387+
lb.hasLocationInfo(fname, _, _, line, _)
388388
)
389389
}
390390

0 commit comments

Comments
 (0)