summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/abbreviation_tests/TestAbbreviations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/abbreviation_tests/TestAbbreviations.py b/lldb/test/abbreviation_tests/TestAbbreviations.py
index ed2cf5718f4..b35536af3ad 100644
--- a/lldb/test/abbreviation_tests/TestAbbreviations.py
+++ b/lldb/test/abbreviation_tests/TestAbbreviations.py
@@ -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',
OpenPOWER on IntegriCloud