Invert arguments to ASSERT_EQ to match gtest diagnostic printing
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 16 Oct 2013 22:43:10 +0000 (22:43 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 16 Oct 2013 22:43:10 +0000 (22:43 +0000)
commita85ad23a1fb6f7465705a5b69dad3d5e77d20df0
tree2e2e74816b7990f73d27e5fe984320b9aae37c2d
parent75a5df1d1e086f3d9c46e1b602381fb56a8911f3
Invert arguments to ASSERT_EQ to match gtest diagnostic printing

GTest assumes the left hand side of the assert is the expectation and
the right hand side is the test result. It's easier to read gtest
failures when these things are ordered correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192854 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/CodeGen/DIEHashTest.cpp