folly/io/async/test/EventBaseTest.cpp: doubly-nested for-loop, do not reuse index
authorJim Meyering <meyering@fb.com>
Mon, 19 Dec 2016 17:30:11 +0000 (09:30 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 19 Dec 2016 17:32:58 +0000 (09:32 -0800)
commit36811cc1138067a17344ff3f389d6e8b479e634f
tree2aa95ca90ca97ef7b9a1ea5bdb1628c18d0741db
parentd0856c87e70789282667a63015ac8c0509cf3e52
folly/io/async/test/EventBaseTest.cpp: doubly-nested for-loop, do not reuse index

Summary:
Fix a warning exposed by gcc's -Wshadow-compatible-local option.
Rename inner "i" to "j".

Reviewed By: knekritz

Differential Revision: D4346505

fbshipit-source-id: f0a4ac32fefd6614900e58d1c8c7f15e8934fd04
folly/io/async/test/EventBaseTest.cpp