Add a missing return in SBPlatform::IsConnected and test
authorJim Ingham <jingham@apple.com>
Tue, 13 Mar 2018 21:06:05 +0000 (21:06 +0000)
committerJim Ingham <jingham@apple.com>
Tue, 13 Mar 2018 21:06:05 +0000 (21:06 +0000)
commitca38766c9c50da3b310c9a1c07adff392ce6b2e4
treed4a9a6bd8b78a272dfe7021088274c4c377c8615
parent0805b80a73687c02884898647f34cd87e0edf9a4
Add a missing return in SBPlatform::IsConnected and test
for the behavior - using the fact that the Host platform
is always present & connected.

llvm-svn: 327448
lldb/packages/Python/lldbsuite/test/functionalities/platform/TestPlatformPython.py
lldb/source/API/SBPlatform.cpp