Remove out-dated comments.

llvm-svn: 116748
This commit is contained in:
Johnny Chen 2010-10-18 21:14:58 +00:00
parent 8af753dc32
commit 5a7b94d97d
1 changed files with 0 additions and 2 deletions

View File

@ -36,7 +36,6 @@ class SettingsCommandTestCase(TestBase):
def test_set_term_width(self):
"""Test that 'set term-width' actually changes the term-width."""
# No '-o' option is needed for static setting.
self.runCmd("settings set term-width 70")
# Immediately test the setting.
@ -54,7 +53,6 @@ class SettingsCommandTestCase(TestBase):
exe = os.path.join(os.getcwd(), "a.out")
self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET)
# No '-o' option is needed for static setting.
self.runCmd("settings set auto-confirm true")
# Immediately test the setting.