change EXPECT_EQ(false, ... to EXPECT_FALSE(...; ditto for true/EXPECT_TRUE
authorJim Meyering <meyering@fb.com>
Mon, 8 May 2017 23:41:07 +0000 (16:41 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 8 May 2017 23:55:58 +0000 (16:55 -0700)
commitfea92be9924a6470a9958a77e7b634c2c2ffbe5b
tree03442221fdf45b34223713ab3c80cba9ef1646c5
parent6b1a43fd0712c15cb98f134bc2d8c89713b24513
change EXPECT_EQ(false, ... to EXPECT_FALSE(...; ditto for true/EXPECT_TRUE

Summary:
Change every instance of EXPECT_EQ(false, ... to the simpler/shorter EXPECT_FALSE(...
Likewise, convert each EXPECT_EQ(true, ... to EXPECT_TRUE(...

Differential Revision: D5019004

fbshipit-source-id: 0203f10fa47237f869a75a057ac4456ef03e1f53
folly/test/ApplyTupleTest.cpp
folly/test/ExceptionWrapperTest.cpp