C#: Fix another test

This commit is contained in:
Tom Hvitved
2022-05-19 16:23:31 +02:00
parent 575b8376f3
commit 3ebd4af24e

View File

@@ -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()
}