Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures.
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 15 Oct 2013 23:00:17 +0000 (23:00 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 15 Oct 2013 23:00:17 +0000 (23:00 +0000)
commite4df43e36dbdca444a6e812bdd2c9ea93360a2ec
tree56b554acb19bc4f6f80c79ad14168f5617e54ea0
parent484091a50aa27dbf8d7483352b7f311def5d6036
Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures.

Also minor using namespace move so it's not hard-up against the function
definition and outside the namespace as is usual.

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