forked from OSchip/llvm-project
[lldb][NFC] Also test unaliasing in nested_alias test
llvm-svn: 370717
This commit is contained in:
parent
7a65f5ebee
commit
e76113347d
|
@ -88,3 +88,12 @@ class NestedAliasTestCase(TestBase):
|
|||
'Show variables for the current',
|
||||
'stack frame.'],
|
||||
matching=True)
|
||||
|
||||
# Check that foself was resolved and is now independent of 'fo'.
|
||||
self.runCmd('command unalias fo')
|
||||
self.expect(
|
||||
'help foself',
|
||||
substrs=[
|
||||
'Show variables for the current',
|
||||
'stack frame.'],
|
||||
matching=True)
|
||||
|
|
Loading…
Reference in New Issue