[lldb] Remove unused and too strict error_msg parameter from expect_expr
authorRaphael Isemann <teemperor@gmail.com>
Thu, 12 Mar 2020 23:39:32 +0000 (00:39 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 12 Mar 2020 23:45:43 +0000 (00:45 +0100)
commitaf7fc8c1bbcb380610451be59c022595bd7ba4bd
tree420574f40a312d3bb400a0a4c0a5674ab91fc44d
parent461566b0465c57793c70b0daff87f071d9e5906a
[lldb] Remove unused and too strict error_msg parameter from expect_expr

Directly matching the error message is nearly never useful. We can re-add
error-checking once we have a plan to properly implement this.
lldb/packages/Python/lldbsuite/test/lldbtest.py