folly/test/SingletonTest.cpp: avoid shadowing warnings
authorJim Meyering <meyering@fb.com>
Wed, 19 Oct 2016 03:03:27 +0000 (20:03 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 19 Oct 2016 03:09:30 +0000 (20:09 -0700)
commite15a8227e633273bf0b88f34bebf9f864c90ac69
treeefd930c81ac85312d770ecfef801721f03cb5a2b
parent17957da007cb8dfe46992d32d1988b2c94fa4117
folly/test/SingletonTest.cpp: avoid shadowing warnings

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

Reviewed By: elsteveogrande

Differential Revision: D4041798

fbshipit-source-id: 9fb6901e791176eb42c31f287655aea6be95a30b
folly/test/SingletonTest.cpp