mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Util: Use end line instead of start line for actual results
This commit is contained in:
@@ -384,7 +384,7 @@ module Make<InlineExpectationsTestSig Impl> {
|
||||
la = a.getLocation() and
|
||||
pragma[only_bind_into](lb) = b.getLocation() and
|
||||
pragma[only_bind_into](la).hasLocationInfo(fname, line, _, _, _) and
|
||||
lb.hasLocationInfo(fname, line, _, _, _)
|
||||
lb.hasLocationInfo(fname, _, _, line, _)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user