folly/fibers/test/FibersTest.cpp: avoid shadowing warnings
authorJim Meyering <meyering@fb.com>
Wed, 19 Oct 2016 03:01:55 +0000 (20:01 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 19 Oct 2016 03:09:30 +0000 (20:09 -0700)
commit17957da007cb8dfe46992d32d1988b2c94fa4117
treea80bd254a43fed7139ce75fad7375c80be449897
parent85eb12f0d646c50427495b40ac1ec186efc5fcf1
folly/fibers/test/FibersTest.cpp: avoid shadowing warnings

Summary: Fix warnings exposed by the upstream-proposed -Wshadow-compatible-local option.

Differential Revision: D4041756

fbshipit-source-id: 21faf6ad6bf39b0df42e6ef27481d1c81d37ef99
folly/fibers/test/FibersTest.cpp