Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e82b2c4

Browse files
committed
Python: Update test to use new API.
1 parent a442695 commit e82b2c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/test/library-tests/PointsTo/new/Reachable.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ private import semmle.python.pointsto.PointsTo
44
import Util
55

66
from ControlFlowNode f, Context ctx
7-
where PointsTo::Test::reachableBlock(f.getBasicBlock(), ctx)
7+
where PointsToInternal::reachableBlock(f.getBasicBlock(), ctx)
88
select locate(f.getLocation(), "m"), f.toString(), ctx

0 commit comments

Comments
 (0)