[Lldb-commits] [lldb] 4b21ecf - [lldb] Update TestDump.test for gnuwin32's 'file' command output

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 2 09:33:31 PDT 2022


Author: Jonas Devlieghere
Date: 2022-11-02T09:33:25-07:00
New Revision: 4b21ecf10c8a0abb977bf11edf939cc708902cd3

URL: https://github.com/llvm/llvm-project/commit/4b21ecf10c8a0abb977bf11edf939cc708902cd3
DIFF: https://github.com/llvm/llvm-project/commit/4b21ecf10c8a0abb977bf11edf939cc708902cd3.diff

LOG: [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.

Added: 
    

Modified: 
    lldb/test/Shell/Diagnostics/TestDump.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Diagnostics/TestDump.test b/lldb/test/Shell/Diagnostics/TestDump.test
index 9bb34aafc8c3a..2adde6b86d35a 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


        


More information about the lldb-commits mailing list