diff options
| author | Chaoren Lin <chaorenl@google.com> | 2015-03-03 23:14:27 +0000 |
|---|---|---|
| committer | Chaoren Lin <chaorenl@google.com> | 2015-03-03 23:14:27 +0000 |
| commit | dd4b678499a4b83a415660fdbb2f012af87f94ba (patch) | |
| tree | 5c54b340f299f223a964c16d9dab522918ac87cf | |
| parent | b126894b96a603193cd731c4394a7bd7342e1e84 (diff) | |
| download | bcm5719-llvm-dd4b678499a4b83a415660fdbb2f012af87f94ba.tar.gz bcm5719-llvm-dd4b678499a4b83a415660fdbb2f012af87f94ba.zip | |
Accidental semicolon in python.
llvm-svn: 231163
| -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() |

