Skip to content

Commit

Permalink
[lldb][test] Remove explicit mydir definitions (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
kastiglione committed Oct 27, 2022
1 parent ae116f4 commit 4e10b2b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Expand Up @@ -11,8 +11,6 @@

class ExprInsideLambdaTestCase(TestBase):

mydir = TestBase.compute_mydir(__file__)

def expectExprError(self, expr : str, expected : str):
frame = self.thread.GetFrameAtIndex(0)
value = frame.EvaluateExpression(expr)
Expand Down
2 changes: 0 additions & 2 deletions lldb/test/API/lang/c/fpeval/TestFPEval.py
Expand Up @@ -7,8 +7,6 @@

class FPEvalTestCase(TestBase):

mydir = TestBase.compute_mydir(__file__)

def setUp(self):
# Call super's setUp().
TestBase.setUp(self)
Expand Down
Expand Up @@ -10,8 +10,6 @@

class TemplatePackArgsTestCase(TestBase):

mydir = TestBase.compute_mydir(__file__)

def test_template_argument_pack(self):
self.build()
(_, _, thread, _) = lldbutil.run_to_source_breakpoint(self,
Expand Down
Expand Up @@ -10,8 +10,6 @@

class AArch64LinuxMTEMemoryTagCoreFileTestCase(TestBase):

mydir = TestBase.compute_mydir(__file__)

NO_DEBUG_INFO_TESTCASE = True

MTE_BUF_ADDR = hex(0xffff82c74000)
Expand Down

0 comments on commit 4e10b2b

Please sign in to comment.