Skip to content

Commit 3ebd4af

Browse files
committed
C#: Fix another test
1 parent 575b837 commit 3ebd4af

File tree

1 file changed

+2
-4
lines changed
  • csharp/ql/test/library-tests/dataflow/external-models

1 file changed

+2
-4
lines changed

csharp/ql/test/library-tests/dataflow/external-models/steps.ql

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ query predicate summarySetterStep(DataFlow::Node arg, DataFlow::Node out, Conten
4242
FlowSummaryImpl::Private::Steps::summarySetterStep(arg, c, out)
4343
}
4444

45-
query predicate clearsContent(
46-
FlowSummaryImpl::Public::SummarizedCallable c, DataFlow::Content k, ParameterPosition pos
47-
) {
45+
query predicate clearsContent(SummarizedCallable c, DataFlow::Content k, ParameterPosition pos) {
4846
c.clearsContent(pos, k) and
49-
c.asSummarizedCallable().fromSource()
47+
c.fromSource()
5048
}

0 commit comments

Comments
 (0)