aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/target/basic/TestTargetCommand.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/commands/target/basic/TestTargetCommand.py')
-rw-r--r--lldb/test/API/commands/target/basic/TestTargetCommand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/commands/target/basic/TestTargetCommand.py b/lldb/test/API/commands/target/basic/TestTargetCommand.py
index 96e7fe8..cb7a5f3 100644
--- a/lldb/test/API/commands/target/basic/TestTargetCommand.py
+++ b/lldb/test/API/commands/target/basic/TestTargetCommand.py
@@ -447,7 +447,7 @@ class targetCommandTestCase(TestBase):
self.expect(
"target create -c '" + invalid_core_path + "'",
error=True,
- substrs=["Unable to find process plug-in for core file '"],
+ substrs=["Unknown core file format '"],
)
# Write only files don't seem to be supported on Windows.