summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaoren Lin <chaorenl@google.com>2015-03-03 23:14:27 +0000
committerChaoren Lin <chaorenl@google.com>2015-03-03 23:14:27 +0000
commitdd4b678499a4b83a415660fdbb2f012af87f94ba (patch)
tree5c54b340f299f223a964c16d9dab522918ac87cf
parentb126894b96a603193cd731c4394a7bd7342e1e84 (diff)
downloadbcm5719-llvm-dd4b678499a4b83a415660fdbb2f012af87f94ba.tar.gz
bcm5719-llvm-dd4b678499a4b83a415660fdbb2f012af87f94ba.zip
Accidental semicolon in python.
llvm-svn: 231163
-rw-r--r--lldb/test/settings/quoting/TestQuoting.py2
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()
OpenPOWER on IntegriCloud