Make the substring un-matching more robust.

llvm-svn: 162467
This commit is contained in:
Johnny Chen 2012-08-23 20:25:04 +00:00
parent 53311c3cb1
commit 8ccba980e6
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class AbbreviationsTestCase(TestBase):
# By default, the setting interpreter.expand-regex-aliases is false.
self.expect("_regexp-b product", matching=False,
substrs = [ "breakpoint set --name 'product'" ])
substrs = [ "breakpoint set --name" ])
self.expect("br s -n sum",
startstr = "Breakpoint created: 2: name = 'sum', locations = 1")