Skip to content

Commit 0b6d47b

Browse files
committed
Python: update to new API
update is in a comment, so compilation never failed in CI.
1 parent 8f0e0b6 commit 0b6d47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/test/experimental/meta/debug/InlineTaintTestPaths.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module Flows = TaintTracking::Global<Config>;
2323
import Flows::PathGraph
2424

2525
// int explorationLimit() { result = 5 }
26-
// module FlowsPartial = Flows::FlowExploration<explorationLimit/0>;
26+
// module FlowsPartial = Flows::FlowExplorationFwd<explorationLimit/0>;
2727
// import FlowsPartial::PartialPathGraph
2828
from Flows::PathNode source, Flows::PathNode sink
2929
where Flows::flowPath(source, sink)

0 commit comments

Comments
 (0)