diff options
| author | Dave Lee <davelee.com@gmail.com> | 2022-10-26 22:05:41 -0700 |
|---|---|---|
| committer | Dave Lee <davelee.com@gmail.com> | 2022-10-27 08:41:00 -0700 |
| commit | 995d556f427d2ac7d3d9f80041adc7c51e80308b (patch) | |
| tree | d9f43d95f4855d5656b46fed1cf3653acf067d34 /lldb/test/API/python_api/compile_unit/TestCompileUnitAPI.py | |
| parent | dbeaf6baa2ad12112e7092f5814396f444733958 (diff) | |
[lldb][test] Remove empty setUp/tearDown methods (NFC)
Diffstat (limited to 'lldb/test/API/python_api/compile_unit/TestCompileUnitAPI.py')
| -rw-r--r-- | lldb/test/API/python_api/compile_unit/TestCompileUnitAPI.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/test/API/python_api/compile_unit/TestCompileUnitAPI.py b/lldb/test/API/python_api/compile_unit/TestCompileUnitAPI.py index c4eceeae7ff8..45ef14c1df9f 100644 --- a/lldb/test/API/python_api/compile_unit/TestCompileUnitAPI.py +++ b/lldb/test/API/python_api/compile_unit/TestCompileUnitAPI.py @@ -10,9 +10,6 @@ from lldbsuite.test import lldbutil class CompileUnitAPITestCase(TestBase): - def setUp(self): - TestBase.setUp(self) - def test(self): """Exercise some SBCompileUnit APIs.""" self.build() |
