diff options
Diffstat (limited to 'lldb/test/settings/TestSettings.py')
| -rw-r--r-- | lldb/test/settings/TestSettings.py | 2 |
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__': |

