change EXPECT_EQ(false, ... to EXPECT_FALSE(...; ditto for ASSERT_EQ
authorJim Meyering <meyering@fb.com>
Thu, 23 Mar 2017 17:18:49 +0000 (10:18 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 23 Mar 2017 17:20:26 +0000 (10:20 -0700)
commit18f713a62244d4ad4606a3de9bc74a85ce5b8a5c
tree9e4e947107f8a6341be294f8944fc20a2f875163
parent85361b0c20be740ccc91ed496f0fb73a7b8f0503
change EXPECT_EQ(false, ... to EXPECT_FALSE(...; ditto for ASSERT_EQ

Summary:
Change every instance of EXPECT_EQ(false, ... to the simpler/shorter EXPECT_FALSE(...
Do the same for ASSERT_EQ, for consistency, and for true/TRUE.

Reviewed By: Orvid

Differential Revision: D4751397

fbshipit-source-id: 045293dbf8be1167f0cb1b85a2f9cd59a6a30f73
folly/io/async/test/EventBaseTest.cpp
folly/io/test/IOBufCursorTest.cpp
folly/test/DynamicConverterTest.cpp
folly/test/DynamicTest.cpp