projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27b2c39
)
Clear the "thread-format" setting after mucking with it.
author
Greg Clayton
<gclayton@apple.com>
Tue, 16 Jun 2015 23:09:37 +0000
(23:09 +0000)
committer
Greg Clayton
<gclayton@apple.com>
Tue, 16 Jun 2015 23:09:37 +0000
(23:09 +0000)
llvm-svn: 239863
lldb/test/settings/TestSettings.py
patch
|
blob
|
history
diff --git
a/lldb/test/settings/TestSettings.py
b/lldb/test/settings/TestSettings.py
index
3960968
..
4305107
100644
(file)
--- a/
lldb/test/settings/TestSettings.py
+++ b/
lldb/test/settings/TestSettings.py
@@
-366,6
+366,7
@@
class SettingsCommandTestCase(TestBase):
# Make sure when no quotes are provided that we maintain any trailing spaces
self.runCmd ('settings set thread-format abc def ')
self.expect ("settings show thread-format", 'thread-format (format-string) = "abc def "')
+ self.runCmd ('settings clear thread-format')
def test_settings_with_trailing_whitespace (self):