Skip to content

Commit

Permalink
Fix the order of EXPECT_EQ parameters
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Alexander Shaposhnikov authored and Facebook Github Bot 0 committed Apr 11, 2016
1 parent 652d34b commit 54b83bd
Showing 1 changed file with 131 additions and 131 deletions.

0 comments on commit 54b83bd

Please sign in to comment.