[lldb/CommandInterpreter] Fix typo in CommandInterpreterResult::IsResult
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 1 May 2020 19:03:56 +0000 (12:03 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 1 May 2020 19:07:21 +0000 (12:07 -0700)
commit232ef38713b984cc84d2a009e83c1b044f0c06d3
treee0af356ef9fc98c729669073267d192b370d3d4e
parent1165a35a7312ccd723bbe3e5fe95cd3a3109ec66
[lldb/CommandInterpreter] Fix typo in CommandInterpreterResult::IsResult

A missing `=` turned a comparison into an assignment.
lldb/include/lldb/Interpreter/CommandInterpreter.h
lldb/source/Interpreter/CommandInterpreter.cpp