Change the patterns to include the prefix '= ' so we don't pass errantly.
authorJason Molenda <jmolenda@apple.com>
Mon, 6 Jan 2020 23:18:22 +0000 (15:18 -0800)
committerJason Molenda <jmolenda@apple.com>
Mon, 6 Jan 2020 23:20:13 +0000 (15:20 -0800)
commit450073c639d7f182e48ec8b1b588212194089a52
tree8a90d29e0e7d4da6b7ac98ce350cf104a05356cf
parent08d17cb065da46be02d36ebeaac1106ee330935b
Change the patterns to include the prefix '= ' so we don't pass errantly.
Looking at a sometimes-passing test case on a platform
where random values were being returned - sometimes
the expected digit ('1' or '2') would be included in the
random returned value.  Add a prefix to reduce the likelihood of
this a bit.
lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/TestCallOverriddenMethod.py