diff options
Diffstat (limited to 'test/example/find_div0s.cpp')
-rw-r--r-- | test/example/find_div0s.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/example/find_div0s.cpp b/test/example/find_div0s.cpp index 45e7f4633..15534d387 100644 --- a/test/example/find_div0s.cpp +++ b/test/example/find_div0s.cpp @@ -52,6 +52,6 @@ int main() { } }; DivZeroSeeker seeker; - seeker.startWalk(&module); + seeker.walkModule(&module); } |