Skip to content

Commit cd4af34

Browse files
committed
[lldb] Fix Minidump/no-process-id.yaml
Update warning after 2fc38b2. (cherry picked from commit 3f0e050)
1 parent 4d213e9 commit cd4af34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Minidump/no-process-id.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# RUN: %lldb -c %t -o "thread list" -o "register read" -b 2>&1 | FileCheck %s
33

44
# CHECK: (lldb) target create --core
5-
# CHECK: Unable to retrieve process ID from minidump file, setting process ID to 1.
5+
# CHECK: unable to retrieve process ID from minidump file, setting process ID to 1
66
# CHECK: Core file {{.*}} was loaded.
77

88
# CHECK: (lldb) thread list

0 commit comments

Comments
 (0)