[lldb] Simplify TestCompletion.py

This commit is contained in:
Pavel Labath 2021-10-01 15:47:22 +02:00
parent 52c60459f5
commit 633ac51709
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class CommandLineCompletionTestCase(TestBase):
def test_log_file(self):
# Complete in our source directory which contains a 'main.cpp' file.
src_dir = os.path.dirname(os.path.realpath(__file__)) + '/'
src_dir = self.getSourceDir() + '/'
self.complete_from_to('log enable lldb expr -f ' + src_dir,
['main.cpp'])