From 4cc8f2a017c76af25234afc7c380550e9c93135c Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Thu, 16 Jun 2022 17:38:47 -0700 Subject: [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 --- .../functionalities/scripted_process/TestStackCoreScriptedProcess.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py') diff --git a/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py b/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py index 5556c9a36b69..773c34c53763 100644 --- a/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py +++ b/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py @@ -14,8 +14,6 @@ class StackCoreScriptedProcesTestCase(TestBase): NO_DEBUG_INFO_TESTCASE = True - mydir = TestBase.compute_mydir(__file__) - def setUp(self): TestBase.setUp(self) -- cgit v1.2.3