Remove an unnecessary and incorrect check for num locations of a breakpoint
authorJim Ingham <jingham@apple.com>
Thu, 20 Oct 2016 22:49:06 +0000 (22:49 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 20 Oct 2016 22:49:06 +0000 (22:49 +0000)
commit1d9284c3bc985f4fc9415aae5981332b395354e4
treeea53b9d5425181c2732a85643024b1b9f983cc59
parentb60d2cf435d2fbdc2b8294f2382838dfdcd98d3c
Remove an unnecessary and incorrect check for num locations of a breakpoint
by grubbing the break list output.  If you pass a number of locations into
the run_break_* functions, they will check that this is right for you.

llvm-svn: 284791
lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py