diff options
author | Erich Keane <erich.keane@intel.com> | 2018-02-08 17:11:32 +0000 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2018-02-08 17:11:32 +0000 |
commit | fa3e722597543b11ad7f2e21bf774db720244b58 (patch) | |
tree | 437b9af7382273f3bddae3aa4b6852a16560192d /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | |
parent | 6aafc8b30816e234deb5c395b7f8476e615a3ad1 (diff) | |
download | bcm5719-llvm-fa3e722597543b11ad7f2e21bf774db720244b58.tar.gz bcm5719-llvm-fa3e722597543b11ad7f2e21bf774db720244b58.zip |
Fix signed/unsigned compare warning I introduced
'size' of a vector is unsigned, and I accidentially compared
it to an int through GTEST. I switched it to unsigned, which
is the template parameter type anyway.
llvm-svn: 324625
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions