Clear the "thread-format" setting after mucking with it.

llvm-svn: 239863
This commit is contained in:
Greg Clayton 2015-06-16 23:09:37 +00:00
parent 27b2c39eb3
commit f7d163a8ea
1 changed files with 1 additions and 0 deletions

View File

@ -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):