Dataflow: Use default fieldFlowBranchLimit in qltests.

This commit is contained in:
Anders Schack-Mulligen
2024-02-21 12:09:30 +01:00
parent f945687a93
commit b87b8329a0
5 changed files with 0 additions and 10 deletions

View File

@@ -55,8 +55,6 @@ module InlineFlowTestMake<
predicate isSource(DataFlowLang::Node source) { Impl::defaultSource(source) }
predicate isSink(DataFlowLang::Node sink) { Impl::defaultSink(sink) }
int fieldFlowBranchLimit() { result = 1000 }
}
private module NoFlowConfig implements DataFlow::ConfigSig {