[lldb][NFC] Fix unsigned/signed cmp warning in MainLoopTest
authorRaphael Isemann <teemperor@gmail.com>
Thu, 22 Apr 2021 10:19:15 +0000 (12:19 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 22 Apr 2021 10:20:32 +0000 (12:20 +0200)
commit034c73d42e4655ae247fc1f72dc3d2d6c621ab23
tree6954de9a5ea9435ab2c8848020ddf43f7e044a1b
parent00764c36edf88ae9806e8d57a6addb782e6ceae8
[lldb][NFC] Fix unsigned/signed cmp warning in MainLoopTest

The gtest checks compare all against unsigned int constants so this also needs
to be unsigned.
lldb/unittests/Host/MainLoopTest.cpp