forked from OSchip/llvm-project
Change the expected term-width output string to be a substring instead of a startstring
for the test case test_set_term_width() after the recent changes. llvm-svn: 115820
This commit is contained in:
parent
77d8fa362b
commit
bcbb69856d
|
@ -45,7 +45,7 @@ class SettingsCommandTestCase(TestBase):
|
|||
|
||||
# The overall display should also reflect the new setting.
|
||||
self.expect("settings show",
|
||||
startstr = "term-width (int) = '70'")
|
||||
substrs = "term-width (int) = '70'")
|
||||
|
||||
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
||||
def test_with_dsym(self):
|
||||
|
|
Loading…
Reference in New Issue