summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.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/sbstructureddata/TestStructuredDataAPI.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/sbstructureddata/TestStructuredDataAPI.py')
-rw-r--r--lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py b/lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py
index c15f0f358627..7bbc0fed2648 100644
--- a/lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py
+++ b/lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py
@@ -11,8 +11,6 @@ from lldbsuite.test import lldbutil
class TestStructuredDataAPI(TestBase):
-
- mydir = TestBase.compute_mydir(__file__)
NO_DEBUG_INFO_TESTCASE = True
def test(self):