Python: Update test to use new API.

This commit is contained in:
Mark Shannon
2019-04-10 11:18:39 +01:00
parent a442695ad0
commit e82b2c422e

View File

@@ -4,5 +4,5 @@ private import semmle.python.pointsto.PointsTo
import Util
from ControlFlowNode f, Context ctx
where PointsTo::Test::reachableBlock(f.getBasicBlock(), ctx)
where PointsToInternal::reachableBlock(f.getBasicBlock(), ctx)
select locate(f.getLocation(), "m"), f.toString(), ctx