diff options
| author | Dave Lee <davelee.com@gmail.com> | 2022-06-16 17:38:47 -0700 |
|---|---|---|
| committer | Dave Lee <davelee.com@gmail.com> | 2022-06-17 14:34:49 -0700 |
| commit | 4cc8f2a017c76af25234afc7c380550e9c93135c (patch) | |
| tree | 00d67f518df77141ed8f1434c3f6bc4ce0345ea4 /lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py | |
| parent | 303c4c37ea49f9cf43e5252c4d97904e344c59cf (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/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py')
| -rw-r--r-- | lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py b/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py index 6180203c4bb3..daf5f92bbc97 100644 --- a/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py +++ b/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py @@ -11,8 +11,6 @@ import time class ModuleCacheTestcaseSimple(TestBase): - mydir = TestBase.compute_mydir(__file__) - def setUp(self): # Call super's setUp(). TestBase.setUp(self) |
