Skip to content

Commit

Permalink
Merge branch 'wip/hierarchy-reorg' into 'master'
Browse files Browse the repository at this point in the history
change the length check



See merge request !51
  • Loading branch information
zardus committed Jul 9, 2016
2 parents dd67c90 + 513ee08 commit b47f3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ We can see that the callstack and the path's history are blank:

```python
# this is the number of basic blocks that have been analyzed by the path
>>> assert len(p) == 0
>>> assert p.length == 0

# we can also look at the current backtrace of program execution
# contains only the dummy frame for execution start
Expand Down

0 comments on commit b47f3e0

Please sign in to comment.