unittests/Support/DataExtractorTest.cpp: Specify ULL explicitly to a few constants.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 13 Sep 2011 23:23:49 +0000 (23:23 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 13 Sep 2011 23:23:49 +0000 (23:23 +0000)
commit4bffb62289614d355bdb160822eff7213ec9bb62
tree361268598a2e5850dcaa46a31714a68dd489de87
parent393bfcb263fa46e4badc73c6aa56306986f94dcf
unittests/Support/DataExtractorTest.cpp: Specify ULL explicitly to a few constants.

It seems i686-cygwin-gcc-4.3 does not accept 64-bit constant without LL.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139664 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/DataExtractorTest.cpp