Skip to content

Commit d636cf1

Browse files
committed
[lldb][swift] Remove mydir calculation from lldbplaygroundrepl
Calling compute_mydir on a path outside the test/API leads to bogus results and since commit fcb0d81 will also trigger a sanity assert. Also this isn't an actual test but only the base test for actual tests, so the mydir value here should be anyway unused.
1 parent 2ea629d commit d636cf1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/packages/Python/lldbsuite/test/lldbplaygroundrepl.py

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

2525
class PlaygroundREPLTest(TestBase):
2626

27-
mydir = TestBase.compute_mydir(__file__)
28-
2927
@decorators.skipUnlessDarwin
3028
@decorators.swiftTest
3129
@decorators.skipIf(

0 commit comments

Comments
 (0)