Fix find path test

pull/445/head
Josselin 5 years ago
parent 3097b9a79f
commit fcee2ad577
  1. 4
      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()

Loading…
Cancel
Save