From: Adrian Prantl <aprantl@apple.com>
Date: Tue, 22 Sep 2015 23:42:47 +0000 (+0000)
Subject: Add a unit test for r248341.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5df8499ae54d2eda9131be3588967a4d2b363df1;p=oota-llvm.git

Add a unit test for r248341.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248348 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/unittests/IR/MetadataTest.cpp b/unittests/IR/MetadataTest.cpp
index 661f965660e..c1a212a5efb 100644
--- a/unittests/IR/MetadataTest.cpp
+++ b/unittests/IR/MetadataTest.cpp
@@ -1303,7 +1303,7 @@ TEST_F(DICompileUnitTest, get) {
   MDTuple *Subprograms = getTuple();
   MDTuple *GlobalVariables = getTuple();
   MDTuple *ImportedEntities = getTuple();
-  uint64_t DWOId = 0xc0ffee;
+  uint64_t DWOId = 0x10000000c0ffee;
   auto *N = DICompileUnit::getDistinct(
       Context, SourceLanguage, File, Producer, IsOptimized, Flags,
       RuntimeVersion, SplitDebugFilename, EmissionKind, EnumTypes,