forked from OSchip/llvm-project
[lldb] Update error messages in TestMemoryHistory.py
Update TestMemoryHistory.py for daba823622
which changes the CommandObject & Disassemble error messages .
This commit is contained in:
parent
37eb15ad7a
commit
77bfdeb092
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue