fix hhwheeltimertest
authorDave Watson <davejwatson@fb.com>
Fri, 29 Jul 2016 18:28:50 +0000 (11:28 -0700)
committerFacebook Github Bot 9 <facebook-github-bot-9-bot@fb.com>
Fri, 29 Jul 2016 18:38:38 +0000 (11:38 -0700)
commitdd6e6b6877d4d063408202d0543a491c4dcba8b9
tree4d37bf0f90a8fa4b574cb1ef2ad51765a1589bb5
parent9095cd537c3dc1acc1ee9577ae704308d780e2e4
fix hhwheeltimertest

Summary:
Test doesn't match comments.  Remove extranous commented code.

I think there was actually a subtle bug in the test: since 25 doesn't evenly divide in to 6, we could end up farther away than we were expecting.  The same is true of 10/3, but it remains within the threshold.

Reviewed By: yfeldblum

Differential Revision: D3637078

fbshipit-source-id: d9881143c33c9b4f203f839e2e5106183301b530
folly/io/async/test/HHWheelTimerTest.cpp