Skip to content

Commit 807faf2

Browse files
committed
C#: Only include Neutral summary callables in the FlowSummaries test case.
1 parent 6840a6d commit 807faf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/test/library-tests/dataflow/library/FlowSummaries.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ private class IncludeAllSummarizedCallable extends IncludeSummarizedCallable {
66
IncludeAllSummarizedCallable() { exists(this) }
77
}
88

9-
private class IncludeNeutralCallable extends RelevantNeutralCallable instanceof FlowSummaryImpl::Public::NeutralCallable
9+
private class IncludeNeutralSummarizedCallable extends RelevantNeutralCallable instanceof FlowSummaryImpl::Public::NeutralSummaryCallable
1010
{
1111
/** Gets a string representing the callable in semi-colon separated format for use in flow summaries. */
1212
final override string getCallableCsv() { result = Csv::asPartialNeutralModel(this) }

0 commit comments

Comments
 (0)