[unittests] Fix warning
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 5 Feb 2019 18:46:37 +0000 (18:46 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 5 Feb 2019 18:46:37 +0000 (18:46 +0000)
commit3e30062acb08e90ba923aca200646ddcda2a9446
tree408609912c62d46bb3f25ac39af726f9a8a18023
parent494fd8f84f90608e0b8efa595262d1ebb03c3d3e
[unittests] Fix warning

warning: comparison of integers of different signs: 'const int' and
'const unsigned long' [-Wsign-compare]

llvm-svn: 353196
lldb/unittests/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpressionTests.cpp