summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/process/TestProcessAPI.py
diff options
context:
space:
mode:
authorDave Lee <davelee.com@gmail.com>2022-06-16 17:38:47 -0700
committerDave Lee <davelee.com@gmail.com>2022-06-17 14:34:49 -0700
commit4cc8f2a017c76af25234afc7c380550e9c93135c (patch)
tree00d67f518df77141ed8f1434c3f6bc4ce0345ea4 /lldb/test/API/python_api/process/TestProcessAPI.py
parent303c4c37ea49f9cf43e5252c4d97904e344c59cf (diff)
[lldb][tests] Automatically call compute_mydir (NFC)
Eliminate boilerplate of having each test manually assign to `mydir` by calling `compute_mydir` in lldbtest.py. Differential Revision: https://reviews.llvm.org/D128077
Diffstat (limited to 'lldb/test/API/python_api/process/TestProcessAPI.py')
-rw-r--r--lldb/test/API/python_api/process/TestProcessAPI.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/API/python_api/process/TestProcessAPI.py b/lldb/test/API/python_api/process/TestProcessAPI.py
index 6d1b3e495883..9be2ff52e190 100644
--- a/lldb/test/API/python_api/process/TestProcessAPI.py
+++ b/lldb/test/API/python_api/process/TestProcessAPI.py
@@ -13,8 +13,6 @@ from lldbsuite.test.lldbutil import get_stopped_thread, state_type_to_str
class ProcessAPITestCase(TestBase):
- mydir = TestBase.compute_mydir(__file__)
-
def setUp(self):
# Call super's setUp().
TestBase.setUp(self)