From 3f0e0508420e5d0db95c15ff36db758921c084d9 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 16 Mar 2022 09:31:24 -0700 Subject: [PATCH] [lldb] Fix Minidump/no-process-id.yaml Update warning after 2fc38b2b7bf9896806749655124ea5f13cc6d383. --- lldb/test/Shell/Minidump/no-process-id.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/Shell/Minidump/no-process-id.yaml b/lldb/test/Shell/Minidump/no-process-id.yaml index d55280b930a7..a3374615fe28 100644 --- a/lldb/test/Shell/Minidump/no-process-id.yaml +++ b/lldb/test/Shell/Minidump/no-process-id.yaml @@ -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