Skip to content

Commit 54d9fc6

Browse files
authored
Merge pull request #6492 from apple/jdevlieghere/remove-compute_mydir
[lldb] Remove compute_mydir from downstream tests (NFC)
2 parents f2296de + faf7344 commit 54d9fc6

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

lldb/test/API/commands/expression/expr_inside_lambda/TestExprInsideLambdas.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
class ExprInsideLambdaTestCase(TestBase):
1313

14-
mydir = TestBase.compute_mydir(__file__)
15-
1614
def expectExprError(self, expr : str, expected : str):
1715
frame = self.thread.GetFrameAtIndex(0)
1816
value = frame.EvaluateExpression(expr)

lldb/test/API/commands/target/dump-pcm-info/TestDumpPCMInfo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
class TestCase(TestBase):
1515

16-
mydir = TestBase.compute_mydir(__file__)
17-
1816
@no_debug_info_test
1917
@skipUnlessDarwin
2018
def test(self):

lldb/test/API/lang/cpp/class-template-parameter-pack/TestTemplatePackArgs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
class TemplatePackArgsTestCase(TestBase):
1212

13-
mydir = TestBase.compute_mydir(__file__)
14-
1513
def test_template_argument_pack(self):
1614
self.build()
1715
(_, _, thread, _) = lldbutil.run_to_source_breakpoint(self,

lldb/test/API/lang/swift/unknown_self/TestSwiftUnknownSelf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
class TestSwiftUnknownSelf(lldbtest.TestBase):
2121

22-
mydir = lldbtest.TestBase.compute_mydir(__file__)
23-
2422
def check_class(self, var_self, weak):
2523
self.expect("v self", substrs=["hello", "world"])
2624
lldbutil.check_variable(self, var_self, num_children=2)

0 commit comments

Comments
 (0)