Skip to content

Commit 0b45b63

Browse files
committed
Python: Update debug query to changed API
The change is commented out by default which is why no compilation tests failed when the API changed.
1 parent 9736936 commit 0b45b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)