From 4b21ecf10c8a0abb977bf11edf939cc708902cd3 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 2 Nov 2022 09:30:55 -0700 Subject: [PATCH] [lldb] Update TestDump.test for gnuwin32's 'file' command output Remove the colon from the CHECK line for the output of the file command. On macOS and Linux, the file command uses a colon as the separator between the path and the file type, but gnuwin32's file command uses a semicolon. --- lldb/test/Shell/Diagnostics/TestDump.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/Shell/Diagnostics/TestDump.test b/lldb/test/Shell/Diagnostics/TestDump.test index 9bb34aa..2adde6b 100644 --- a/lldb/test/Shell/Diagnostics/TestDump.test +++ b/lldb/test/Shell/Diagnostics/TestDump.test @@ -12,4 +12,4 @@ # RUN: %lldb -o 'diagnostics dump -d %t.nonexisting' # RUN: file %t.nonexisting | FileCheck %s -# CHECK: : directory +# CHECK: directory -- 2.7.4