forked from OSchip/llvm-project
Summary:
A lot of our tests copied the setUp code from our TestSampleTest.py:
```
def setUp(self):
# Call super's setUp().
TestBase.setUp(self)
```
This code does nothing unless we actually do any setUp work in there, so let's remove all these method definitions.
Reviewers: labath, JDevlieghere
Reviewed By: labath
Subscribers: lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D71454
|
||
|---|---|---|
| .. | ||
| hello_watchlocation | ||
| hello_watchpoint | ||
| multi_watchpoint_slots | ||
| multiple_hits | ||
| multiple_threads | ||
| step_over_watchpoint | ||
| variable_out_of_scope | ||
| watchpoint_commands | ||
| watchpoint_disable | ||
| watchpoint_events | ||
| watchpoint_on_vectors | ||
| watchpoint_set_command | ||
| watchpoint_size | ||
| .categories | ||