mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
C#: Fix another test
This commit is contained in:
@@ -42,9 +42,7 @@ query predicate summarySetterStep(DataFlow::Node arg, DataFlow::Node out, Conten
|
||||
FlowSummaryImpl::Private::Steps::summarySetterStep(arg, c, out)
|
||||
}
|
||||
|
||||
query predicate clearsContent(
|
||||
FlowSummaryImpl::Public::SummarizedCallable c, DataFlow::Content k, ParameterPosition pos
|
||||
) {
|
||||
query predicate clearsContent(SummarizedCallable c, DataFlow::Content k, ParameterPosition pos) {
|
||||
c.clearsContent(pos, k) and
|
||||
c.asSummarizedCallable().fromSource()
|
||||
c.fromSource()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user