OSDN Git Service

Fix comparison of char and int64 in TestWriteFixNegativeInt
authorVitaly Buka <vitalybuka@google.com>
Thu, 23 Aug 2018 07:12:05 +0000 (07:12 +0000)
committerVitaly Buka <vitalybuka@google.com>
Thu, 23 Aug 2018 07:12:05 +0000 (07:12 +0000)
commitb6e9cdd0acb35caf24fe3ad7b8ab93fcd190e262
tree69173129cf627c753ece5dd791f4c618097f81b2
parent4662b47cbc3922d7fdc5b9674411716525eb77e1
Fix comparison of char and int64 in TestWriteFixNegativeInt
It was broken on clang-ppc64le-linux-lnt bot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@340517 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/BinaryFormat/MsgPackWriterTest.cpp