diff --git a/tests/possible_paths/paths.txt b/tests/possible_paths/paths.txt index 00d6c0ead..83065be3c 100644 --- a/tests/possible_paths/paths.txt +++ b/tests/possible_paths/paths.txt @@ -4,11 +4,11 @@ Target functions: The following functions reach the specified targets: - A.call() -- B.call2(A) +- B.call2(address) The following paths reach the specified targets: A.call() -> A.destination() -B.call2(A) -> A.call() -> A.destination() +B.call2(address) -> A.call() -> A.destination()