Don't generate empty statements in DeterministicScheduleTest
authorChristopher Dykes <cdykes@fb.com>
Wed, 9 Nov 2016 22:35:17 +0000 (14:35 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 9 Nov 2016 22:38:40 +0000 (14:38 -0800)
commit6d534f12aebb936d9f48481d0318958a31bcc082
treed21883bad869fbf30813ebb07fa403a79f71abca
parent2fac14da00e680f13c27262b6a623683b370f244
Don't generate empty statements in DeterministicScheduleTest

Summary: Because MSVC generates warnings if you have a control-flow statement followed by a single trailing semicolon.

Reviewed By: yfeldblum

Differential Revision: D4155588

fbshipit-source-id: dfd8774fc6a62675764f7e069c26b799b622a9af
folly/test/DeterministicScheduleTest.cpp