[lldb] Fix -Wdangling-else warning in CommunicationTest
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 9 Mar 2023 06:21:00 +0000 (22:21 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 9 Mar 2023 06:21:00 +0000 (22:21 -0800)
commitf009241ae595ae6db5a859e498f72fd7e5dc6ce8
tree8a1ce88d397bf118cb883a7271d991c5be0525cd
parent73058e330134d275070d49dba80e5fda50ec015b
[lldb] Fix -Wdangling-else warning in CommunicationTest

Fixed warning: suggest explicit braces to avoid ambiguous ‘else’
[-Wdangling-else]
lldb/unittests/Core/CommunicationTest.cpp