summaryrefslogtreecommitdiffstats
path: root/lldb/test/settings/TestSettings.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/settings/TestSettings.py')
-rw-r--r--lldb/test/settings/TestSettings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/settings/TestSettings.py b/lldb/test/settings/TestSettings.py
index 10cfedc720e..7d549db09d6 100644
--- a/lldb/test/settings/TestSettings.py
+++ b/lldb/test/settings/TestSettings.py
@@ -37,7 +37,7 @@ class SettingsCommandTestCase(TestBase):
# The overall display should also reflect the new setting.
self.expect("settings show",
- startstr = "term-width (int) = 70")
+ startstr = "term-width (int) = '70'")
if __name__ == '__main__':
OpenPOWER on IntegriCloud