[lldb] Update error messages in TestMemoryHistory.py

Update TestMemoryHistory.py for daba823622
which changes the CommandObject & Disassemble error messages .
This commit is contained in:
Jonas Devlieghere 2022-03-02 15:56:43 -08:00
parent 37eb15ad7a
commit 77bfdeb092
No known key found for this signature in database
GPG Key ID: 49CC0BD90FDEED4D
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class AsanTestCase(TestBase):
# "memory history" command should not work without a process
self.expect("memory history 0",
error=True,
substrs=["invalid process"])
substrs=["Command requires a current process"])
self.runCmd("run")