forked from OSchip/llvm-project
[lldb] Fix Minidump/no-process-id.yaml
Update warning after 2fc38b2b7b
.
This commit is contained in:
parent
6f0041ea44
commit
3f0e050842
|
@ -2,7 +2,7 @@
|
|||
# RUN: %lldb -c %t -o "thread list" -o "register read" -b 2>&1 | FileCheck %s
|
||||
|
||||
# CHECK: (lldb) target create --core
|
||||
# CHECK: Unable to retrieve process ID from minidump file, setting process ID to 1.
|
||||
# CHECK: unable to retrieve process ID from minidump file, setting process ID to 1
|
||||
# CHECK: Core file {{.*}} was loaded.
|
||||
|
||||
# CHECK: (lldb) thread list
|
||||
|
|
Loading…
Reference in New Issue