[lldb][NFC] Also test unaliasing in nested_alias test

llvm-svn: 370717
This commit is contained in:
Raphael Isemann 2019-09-03 09:19:51 +00:00
parent 7a65f5ebee
commit e76113347d
1 changed files with 9 additions and 0 deletions

View File

@ -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)