Skip to content

Commit 2305d55

Browse files
authored
Merge pull request github#15101 from yoff/python/update-InlineTaintTestPaths-to-new-api
Python: update to new API update is in a comment, so compilation never failed in CI.
2 parents f50817e + 0b6d47b commit 2305d55

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)