mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Dataflow: Use default fieldFlowBranchLimit in qltests.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user