Fix the order of EXPECT_EQ parameters
authorAlexander Shaposhnikov <alexshap@fb.com>
Mon, 11 Apr 2016 20:15:45 +0000 (13:15 -0700)
committerFacebook Github Bot 0 <facebook-github-bot-0-bot@fb.com>
Mon, 11 Apr 2016 20:20:25 +0000 (13:20 -0700)
commit54b83bda19021805ed9a1d62c27c875fd8ff7589
tree052b735170f8e026e5061d517168313a703b1876
parent652d34b9f9c22fcceafe2ab05eb5d1387a93c876
Fix the order of EXPECT_EQ parameters

Summary:Change the order of EXPECT_EQ parameters to
EXPECT_EQ(expected, actual). It will make gtest print
the correct error message if a test fails.

Reviewed By: yfeldblum

Differential Revision: D3161878

fb-gh-sync-id: 69e4536c6f396858d189a9d25904ef4df639ad49
fbshipit-source-id: 69e4536c6f396858d189a9d25904ef4df639ad49
folly/test/FunctionTest.cpp