diff options
Diffstat (limited to 'lldb/test/settings/quoting/TestQuoting.py')
| -rw-r--r-- | lldb/test/settings/quoting/TestQuoting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/settings/quoting/TestQuoting.py b/lldb/test/settings/quoting/TestQuoting.py index 1f8f47cba1f..c65971f593c 100644 --- a/lldb/test/settings/quoting/TestQuoting.py +++ b/lldb/test/settings/quoting/TestQuoting.py @@ -71,7 +71,7 @@ class SettingsCommandTestCase(TestBase): if lldb.remote_platform: src_file_spec = lldb.SBFileSpec('stdout.txt', False) dst_file_spec = lldb.SBFileSpec('stdout.txt', True) - lldb.remote_platform.Get(src_file_spec, dst_file_spec); + lldb.remote_platform.Get(src_file_spec, dst_file_spec) with open('stdout.txt', 'r') as f: output = f.read() |

