It's a very large constant. Say so.
authorEric Christopher <echristo@gmail.com>
Wed, 4 Sep 2013 00:58:10 +0000 (00:58 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 4 Sep 2013 00:58:10 +0000 (00:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189899 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/CodeGen/DIEHashTest.cpp

index 54dc4ee5d7f4ed01720018c698e71c1c7d9d8c2b..dcacdb01a990c6e5f00294bbafc4baa89f023e95 100644 (file)
@@ -23,7 +23,7 @@ TEST(DIEHashData1Test, DIEHash) {
   DIEValue *Size = new DIEInteger(4);
   Die->addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Size);
   uint64_t MD5Res = Hash.computeTypeSignature(Die);
-  ASSERT_TRUE(MD5Res == 0x540e9ff30ade3e4a);
+  ASSERT_TRUE(MD5Res == 0x540e9ff30ade3e4aULL);
   delete Die;
 }
 }