Clean up this test.
authorJim Ingham <jingham@apple.com>
Wed, 18 Sep 2019 01:53:52 +0000 (01:53 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 18 Sep 2019 01:53:52 +0000 (01:53 +0000)
commitd6cad39316359a8bebac830350b1d190ce9b0cee
tree66c6848b73a6d40ac5bd9807c92b542c56dd09b9
parentba2e752c520b4ba31c30846269f8331cc217054f
Clean up this test.

I don't know what the intent of parts of this test were.  We set a
bunch of breakpoints and ran from one to the other, doing "self.runCmd("thread backtrace")"
then continuing to the next one.  We didn't actually verify the contents of the backtrace,
nor that we hit the breakpoints we set in any particular order.  The only actual test was
to run sel_getName at two of these stops.

So I reduced the test to just stopping at the places where we were actually going to run
an expression, and tested the expression.

llvm-svn: 372196
lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethods2.py