Fix test suite failures by modifying the script for testing abbreviations.

Failures were due to new commands introduced.

llvm-svn: 128125
This commit is contained in:
Johnny Chen 2011-03-23 00:43:28 +00:00
parent de8241c255
commit 468d6c4680
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ class AbbreviationsTestCase(TestBase):
self.expect("fil " + exe,
patterns = [ "Current executable set to .*a.out.*" ])
self.expect("regex product",
self.expect("regexp-b product",
substrs = [ "breakpoint set --name 'product'",
"Breakpoint created: 1: name = 'product', locations = 1" ])
@ -119,7 +119,7 @@ class AbbreviationsTestCase(TestBase):
"at main.cpp\:25",
"stop reason = breakpoint 2.1" ])
self.expect("d -f",
self.expect("dis -f",
startstr = "a.out`sum(int, int):",
substrs = [' push',
' mov',