[all-commits] [llvm/llvm-project] 4b21ec: [lldb] Update TestDump.test for gnuwin32's 'file' ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Nov 2 09:33:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b21ecf10c8a0abb977bf11edf939cc708902cd3
https://github.com/llvm/llvm-project/commit/4b21ecf10c8a0abb977bf11edf939cc708902cd3
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
M lldb/test/Shell/Diagnostics/TestDump.test
Log Message:
-----------
[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.
More information about the All-commits
mailing list