mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 11:23:52 +00:00
Make a test scenario stronger, since, by default, the setting interpreter.expand-regex-aliases is false.
llvm-svn: 162465
This commit is contained in:
parent
7aed66bbee
commit
53311c3cb1
@ -86,8 +86,9 @@ class AbbreviationsTestCase(TestBase):
|
||||
self.expect("fil " + exe,
|
||||
patterns = [ "Current executable set to .*a.out.*" ])
|
||||
|
||||
self.expect("_regexp-b product",
|
||||
substrs = [ "Breakpoint created: 1: name = 'product', locations = 1" ])
|
||||
# By default, the setting interpreter.expand-regex-aliases is false.
|
||||
self.expect("_regexp-b product", matching=False,
|
||||
substrs = [ "breakpoint set --name 'product'" ])
|
||||
|
||||
self.expect("br s -n sum",
|
||||
startstr = "Breakpoint created: 2: name = 'sum', locations = 1")
|
||||
|
Loading…
x
Reference in New Issue
Block a user