tests: lancelot: add tests for counts of features

This commit is contained in:
William Ballenthin
2020-08-10 18:53:40 -06:00
parent bdf6b69be6
commit c739caee40

View File

@@ -464,9 +464,6 @@ def extract_function_calls_from(xtor, f, bb, insn):
except ValueError:
return
if target in get_imports(xtor):
return
yield Characteristic("calls from"), target
if target == f:
yield Characteristic("recursive call"), target