Skip to content

Commit afdbf2c

Browse files
committed
Java: update test to account for key,val
1 parent 7363888 commit afdbf2c

File tree

1 file changed

+1
-1
lines changed
  • java/ql/test/library-tests/dataflow/deduplicate-path-graph

1 file changed

+1
-1
lines changed

java/ql/test/library-tests/dataflow/deduplicate-path-graph/test.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ predicate reachableFromPropagate(Graph::PathNode node, string state, boolean cal
4747
node.getNode().asExpr() = propagateCall(state) and call = false
4848
or
4949
exists(Graph::PathNode prev | reachableFromPropagate(prev, state, call) |
50-
Graph::edges(prev, node)
50+
Graph::edges(prev, node, _, _)
5151
or
5252
Graph::subpaths(prev, _, _, node) // arg -> out
5353
)

0 commit comments

Comments
 (0)