diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-09-07 18:55:50 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-09-07 18:55:50 +0000 |
| commit | ea772bbba09194d48965f39d0f7635bde22e3d2c (patch) | |
| tree | ace23e6fb6e549a06e4392331337989800dfdde3 /lldb/test/settings/TestSettings.py | |
| parent | 02b701f558cde158ece9135a030bbbcc1bcbf022 (diff) | |
| download | bcm5719-llvm-ea772bbba09194d48965f39d0f7635bde22e3d2c.tar.gz bcm5719-llvm-ea772bbba09194d48965f39d0f7635bde22e3d2c.zip | |
The output for term-width setting has single quotes around the (int) value.
And added a trace output for the stop function name to breakAfterLaunch() method.
llvm-svn: 113251
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__': |

